---
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
    - `oauth_name` string
    - `always_enabled` boolean
    - `connect_form` string
    - `sub_tools` SubToolEntryResponse[]
      - `name` string, required
      - `description` string, required
      - `permission_level` string
      - `hidden_in_permissions` boolean

## Changes

- **2026-06-04** `612d1627a573` — 1 info
  - added the optional property `tools/items/connect_form` to the response with the `200` status
- **2026-05-12** `462e1b280eb6` — 1 breaking
  - removed the required property `tools/items/sub_tools/items/enabled` from the response with the `200` status
- **2026-05-11** `ab1947d82bf7` — 2 info
  - added the optional property `tools/items/always_enabled` to the response with the `200` status
  - added the optional property `tools/items/oauth_name` to the response with the `200` status
- **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`

[Full 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/579c110de1b8/schema)
