Skip to main content
Glama

get_usage

Read-only

Get current month's screenshot usage statistics including screenshots used, limit, and remaining quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
monthNoMonth to query in YYYY-MM format (default: current month)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources