---
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
    - `configured` boolean
    - `auth_message` string
    - `sub_tools` SubToolEntryResponse[]
      - `name` string, required
      - `description` string, required
      - `enabled` boolean, required
      - `permission_level` string
      - `hidden_in_permissions` boolean

## Changes

- **2026-04-15** `9df4ea76da08` — 1 info
  - added the optional property `tools/items/sub_tools/items/hidden_in_permissions` to the response with the `200` status
- **2026-04-02** `1edc72a895f2` — 1 info
  - the `permission_level` response's property default value changed from `auto` to `always` for the status `200`
- **2026-04-02** `a727e5a36e3f` — 2 info
  - added the optional property `tools/items/auth_message` to the response with the `200` status
  - added the optional property `tools/items/configured` to the response with the `200` status
- **2026-03-31** `f983ae3f52e0` — 1 info
  - added the optional property `tools/items/sub_tools/items/permission_level` to the response with the `200` status
- **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/beaacd674ec8/schema)
