check_credential_status
Check credential validity and rate-limit status without making any external API calls. Queries only the Clavis vault and returns expiry, headroom, and last-used timestamp.
Instructions
Check the validity and rate-limit status of credentials for a service without making any external API call. Queries only the Clavis vault (database + Redis). Returns validity, expiry, rate-limit headroom, and last-used timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | The name of the service to check (e.g. 'github', 'openai') |