---
title: "Get Tool Settings"
method: GET
path: "/v1/tool-settings"
tags: ["tool-settings"]
---

# Get Tool Settings

`GET /v1/tool-settings`

Return the effective tool/guardrail settings for the dashboard.

## Response `200`

Successful Response

- ToolSettingsResponse — The effective value of every editable tool/guardrail field.
  - `fields` ToolSettingField[], required
    - `description` string, nullable
    - `key` string, required
    - `service` 'web_search' | 'sandbox' | 'guardrails', required
    - `type` 'url' | 'str' | 'int' | 'bool', required
    - `value` union, required
      - boolean
      - integer
      - string

---

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