get_usage
Get current month's screenshot usage statistics including screenshots used, limit, and remaining quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Month to query in YYYY-MM format (default: current month) |
Get current month's screenshot usage statistics including screenshots used, limit, and remaining quota.
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | Month to query in YYYY-MM format (default: current month) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds what fields are returned but does not disclose additional behavioral traits like rate limits or authentication requirements. It adds value but is not exhaustive.
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, well-structured sentence that front-loads key information. No extraneous words.
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?
Given the tool's simplicity, no output schema, and one optional parameter, the description sufficiently explains what the tool returns (three fields) and how it works. It's complete enough for an agent to understand the tool's function.
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?
Schema coverage is 100% for the 'month' parameter, but the description adds meaning by listing the returned fields (screenshots used, limit, remaining quota) that are not in the schema. This provides context beyond the parameter alone, though it slightly underrepresents the month parameter's flexibility.
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 'Get current month's screenshot usage statistics' with specific fields (screenshots used, limit, remaining quota). This distinguishes it from sibling tools like take_screenshot or list_webhooks, which serve different purposes.
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 implies the tool is for querying usage statistics but does not provide explicit guidance on when to use it over alternatives or any prerequisites/context. Usage is implied but lacks explicit direction.
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.