Get AI quota
get_ai_quotaRead the keyed AI quota before deciding whether to spend a generation run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Agent or developer API key to inspect keyed AI quota. |
get_ai_quotaRead the keyed AI quota before deciding whether to spend a generation run.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Agent or developer API key to inspect keyed AI quota. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds that this is a pre-spend check, implying the tool does not consume quota, which is valuable behavioral context beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that states the action, the resource, and the usage context. Every element earns its place, and there is no redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one parameter and strong annotations, the description provides enough context for selection and invocation. The return format is not described, but no output schema exists, and the purpose and usage context are sufficiently clear.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema fully describes the only parameter (apiKey) with 100% coverage, and the description's phrase 'keyed AI quota' reinforces the same concept without adding new syntax or format details. Baseline 3 is appropriate because the schema handles parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool reads the keyed AI quota, using a specific verb ('read') and a specific resource ('keyed AI quota'). It distinguishes itself from sibling generation and template tools by focusing on quota inspection, not creation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises using this tool before deciding to spend a generation run, which is clear guidance for when to invoke it. It does not mention alternatives or exclusions, but the purpose is well implied given the sibling tools are for generation and templates.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Tools are mostly distinct, but generate_meme and caption_template both involve rendering memes, and search_templates vs get_template_ideas could be confused. Yet descriptions help clarify intent, so only minor ambiguity exists.
All tools follow a consistent verb_noun pattern with snake_case, such as search_templates, generate_meme, and get_ai_quota. No mixed conventions or vague verbs.
8 tools is well within the ideal 3-15 range and each tool covers a distinct aspect of meme generation, account management, and quota checking, so the count is appropriate.
The domain of meme generation is well covered with template search, idea generation, static and GIF meme creation, and caption rendering. Minor gaps like account management (e.g., deletion) or more detailed template information are workarounds, but core workflows are complete.