Skip to main content
Glama

get_leaderboards

Get ranked creators, sites, or content by reputation score, unlocks, views, and revenue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoPagination offset.
typeNoLeaderboard type (default creators).
limitNoMax results (default 10).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It does convey that results are ranked by certain metrics, providing some behavioral context. However, it does not disclose output format, default ordering direction, pagination behavior, or whether results are scoped/filtered in any way.

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, front-loaded sentence that names the action, resource, and ranking dimensions with zero filler or redundancy. Every word contributes meaning and it is appropriately sized for a simple retrieval tool.

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?

For a simple read-only tool with fully documented parameters and no required fields, the description plus schema covers the essential invocation details. The main gap is the absence of any return-format or pagination-response information, but with no output schema and a straightforward leaderboard result, this is a minor omission.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%: all three parameters (skip, type, limit) already have descriptions covering pagination, defaults, and enum values. The description adds no additional parameter-specific semantics, so the baseline score of 3 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 states a specific verb ('Get') and resource ('ranked creators, sites, or content'), along with the ranking criteria ('reputation score, unlocks, views, and revenue'). This clearly distinguishes it from siblings like explore_content or get_platform_stats without requiring schema inspection.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or conditions, even though sibling tools like explore_content and get_platform_stats exist and could overlap with content ranking or stats queries.

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.