---
title: "Update Tool Config"
method: PUT
path: "/api/user/tools"
---

# Update Tool Config

`PUT /api/user/tools`

Update tool configuration for the user.

Only domain-specific tools can be toggled. Attempts to disable
core tools are silently ignored.

Each entry may include ``disabled_sub_tools`` to control individual
tools within a factory group.

## Request body

- ToolConfigUpdate
  - `tools` ToolConfigUpdateEntry[], required
    - `name` string, required
    - `enabled` boolean, required
    - `disabled_sub_tools` string[], nullable

## Response `200`

Successful Response

- ToolConfigResponse
  - `tools` ToolConfigEntryResponse[], required
    - `name` string, required
    - `description` string, required
    - `category` string, required
    - `domain_group` string
    - `domain_group_order` integer
    - `enabled` boolean, required
    - `sub_tools` SubToolEntryResponse[]
      - `name` string, required
      - `description` string, required
      - `enabled` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-20** `4c528359213d` — 8 warning, 2 info
  - removed the request property `tools/items/sub_tools`
  - removed the optional property `tools/items/always_enabled` from the response with the `200` status
  - removed the optional property `tools/items/auth_message` from the response with the `200` status
  - removed the optional property `tools/items/configured` from the response with the `200` status
  - …6 more

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/tools/put.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/bf5f82d4f563/schema)
