Skip to main content
Glama
mcarch-drdoof

griptonite-mcp

get_gym_rankings

Read-only

View your ranking on gym leaderboards. Optionally filter by a specific gym to see its rankings.

Instructions

See the leaderboard/ranking for the gyms you've joined.

Optionally pass a venue_id to focus one gym; omit it to see all your gyms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
venue_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint and openWorldHint, so the safety profile is covered. The description adds behavioral context by clarifying the tool returns data only for joined gyms, which is useful beyond annotations.

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?

Two sentences, zero wasted words. The purpose is stated first, followed by parameter guidance, making it efficient and well-structured.

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 simple input schema (one optional param) and presence of output schema, the description completely covers what the tool does and how to use the parameter, leaving no gaps.

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?

With 0% schema description coverage, the description compensates by explaining the venue_id parameter's purpose (focus one gym vs all), adding meaningful guidance that the schema lacks.

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 it shows leaderboard/ranking for gyms the user has joined, distinguishing from sibling tools like get_competition_rankings and get_world_rankings by specifying the scope of 'gyms you've joined'.

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 explains when to use the optional venue_id parameter (focus one gym) and when to omit it (see all gyms), providing clear usage context without explicit exclusions or alternatives.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcarch-drdoof/griptonite_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server