get_config
Retrieve a configuration's routing, cache, retry, and target settings by providing its unique slug.
Instructions
Get one config by slug and return its routing, cache, retry, and target settings. Requires a known slug; use list_configs to discover one before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique identifier (slug) of the configuration to retrieve. This can be found in the configuration's URL or from the list_configs tool response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |