Skip to main content
Glama

get_leaderboard

Access the agent leaderboard to find top endorsed agents, reputation scores, newest agents, and category breakdowns for trust intelligence evaluation.

Instructions

Get the agent leaderboard — top endorsed agents with reputation scores, newest agents, and category breakdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the content returned (endorsed agents, reputation scores, newest agents, categories), which is useful behavioral context. However, it does not mention whether the operation is read-only (implicit but not stated), pagination, sorting details, or any rate limits or permissions. The description adds some value but lacks depth.

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 efficiently conveys the tool's purpose and output components. Every phrase adds value without redundancy, making it highly concise and well-structured.

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 no-parameter, no-output-schema tool, the description covers the key output sections: top endorsed agents, reputation scores, newest agents, and category breakdown. It lacks explicit mention of ordering or pagination, but given the simple nature of the tool, it is reasonably complete. Slightly more detail would make it fully comprehensive.

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 has zero parameters, so the schema provides no parameter details. The baseline for 0 parameters is 4, and the description does not need to add parameter semantics. It describes the output content, which is sufficient.

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 retrieves an agent leaderboard, and enumerates its contents: top endorsed agents with reputation scores, newest agents, and category breakdown. This explicitly differentiates it from siblings like get_trending or browse_agents, 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?

Usage is implied: use this when you want the leaderboard. However, the description does not explicitly state when to prefer this over sibling tools like get_trending or browse_agents, nor does it mention any exclusions or alternatives. It provides clear context but no explicit guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.