get_usage
Track and monitor token usage across OpenAI and Claude APIs to manage costs and optimize API consumption.
Instructions
Get usage summary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | No | User ID (optional) |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"description": "User ID (optional)",
"type": "string"
}
},
"type": "object"
}