quota
Check current usage, remaining limits, plan, and quota breakdown. Use proactively when monitoring usage or nearing limits to avoid disruptions.
Instructions
Check current usage, remaining limits, plan, and quota breakdown for the caller. FREE TO CALL — never counts against your quota, never blocked by it. Use this proactively when the user asks about usage or seems near limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:86-91 (registration)Registration of the 'quota' tool in the TOOLS array with name, description, and inputSchema.
{ name: "quota", description: "Check current usage, remaining limits, plan, and quota breakdown for the caller. FREE TO CALL — never counts against your quota, never blocked by it. Use this proactively when the user asks about usage or seems near limits.", inputSchema: { type: "object" }, }, - bin/server.js:90-90 (schema)Input schema for the 'quota' tool — accepts any object (no specific fields defined).
inputSchema: { type: "object" },