Skip to main content
Glama

Stock Photos & Videos

usage_statistic

Retrieves the current user's API rate limits, including requests used and remaining requests. Use this to monitor your quota.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It clearly indicates a read operation ('retrieves') but does not disclose whether the call itself consumes rate limit, requires authentication, or has other behavioral nuances. The description adds some value by specifying returned metrics, but could be more transparent about potential side effects.

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 two sentences, front-loaded with the action and resource, and the usage note is a single clause. Every word contributes, and it is easily scannable.

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 tool's simplicity (no params, no output schema), the description provides a clear enough understanding of the behavior and return content (used and remaining requests). It could elaborate on the exact response structure, but for a rate-limit monitor, it is sufficient.

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?

The tool takes zero parameters, and the schema reflects that with 100% coverage. The description does not need to explain parameters, and the baseline of 4 for zero-parameter tools applies.

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 the tool's purpose: 'Retrieves the current user's API rate limits, including requests used and remaining requests.' The verb 'retrieves' and the resource 'API rate limits' are specific, and the mention of used/remaining requests distinguishes it from the sibling media-related tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage context with 'Use this to monitor your quota,' telling the agent when to invoke it. It does not explicitly name alternatives or exclusions, but the sibling tools are all media-related, so the usage context is clear enough.

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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: two search endpoints differentiated by media type, one detail retrieval by ID, and one usage statistics. No overlap or ambiguity between them.

Naming Consistency4/5

Three tools follow the 'get_' prefix pattern (get_photos, get_videos, get_media_detail), but 'usage_statistic' deviates from this convention. The naming is still readable and predictable overall.

Tool Count5/5

Four tools is a well-scoped count for a stock media server, covering search, detail retrieval, and API monitoring without unnecessary bloat or excessive minimalism.

Completeness5/5

The tool surface fully covers the core workflow: searching for photos/videos, retrieving details and download links, and checking API rate limits. No critical operational gaps are apparent for the stated purpose.

Resources