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

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/versions/327e305858ac/schema)
