---
title: "Get Tool Config"
method: GET
path: "/api/user/tools"
---

# Get Tool Config

`GET /api/user/tools`

Return the current tool configuration for the user.

## 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

## Changes

- **2026-03-20** `4c528359213d` — 7 warning, 1 info
  - 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
  - removed the optional property `tools/items/connect_form` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/tools/get.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)
