Skip to main content
Glama

Get usage

get_usage
Read-only

Today's data-fetch count and remaining daily allowance for the caller's account (UTC day).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true, so this is a safe, non-mutating, open-world read. The description adds the UTC day context, which clarifies the timezone of the allowance, but does not explain nuances like whether count/reset are per-account or per-day specifics beyond UTC. Since annotations cover the safety profile, a 3 is appropriate.

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, clear sentence that immediately states what is counted and the time frame (UTC day). No wasted words, and the key information (data-fetch count and remaining allowance) is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of parameters and the output schema's existence (which likely details return structure), the description is sufficient for an agent to understand the tool's purpose and call it. It could benefit from noting that no arguments are needed, but the schema already conveys that. Overall, complete enough.

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?

There are no parameters, so the schema provides no property descriptions. With 0 parameters, the baseline is 4 because there is nothing to document. The description does not need to add parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states what the tool does: it retrieves the caller's daily data-fetch count and remaining allowance. It specifies the resource ('caller's account') and the metric (usage), and it is distinct from siblings that deal with atmospheric profiles or capabilities. However, it could be more explicit that it is a read-only usage report.

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 that this tool is used to check data-fetch usage, which is useful for avoiding rate limits, but it does not explicitly state when to use it vs. alternatives or any exclusions. Sibling tools have different purposes, so the context is clear for this singleton tool, but no explicit guidance is given.

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