get_provider
Fetch a provider by slug to view limits, rate settings, expiration, and reset status. Use this to check consumption or audit configuration before updating.
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 |