get_provider
Retrieve a provider's configuration by slug to inspect limits, rate settings, expiration, and reset status for consumption checking or pre-update audit.
Instructions
Fetch one provider by slug, including limits, rate settings, expiration, and reset status. Use this to check consumption or audit configuration before updating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The unique slug identifier of the provider to retrieve | |
| workspace_id | No | Workspace ID - required when using organization admin keys |
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 |