get_provider
Retrieve a provider by slug to inspect its limits, rate settings, expiration, and reset status. Use this to audit configuration before making updates.
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 |