Skip to main content
Glama
sebazai

faceit-mcp

by sebazai

faceit_getPlayerRankingInLeaderboard

Look up a player's ranking on a specific FACEIT leaderboard, returning their position and score.

Instructions

Retrieve a players ranking in a leaderboard

Use to look up where a single player sits on a specific leaderboard. Returns the entry with position and score rather than the whole board.

Endpoint: GET /leaderboards/{leaderboard_id}/players/{player_id}

Parameters:

  • leaderboard_id (path, str, required): The id of the leaderboard

  • player_id (path, str, required): The id of the player

Returns: Ranking of the player in the leaderboard

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leaderboard_idYes
player_idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool returns an entry with position and score, and mentions the endpoint and parameters. However, it does not discuss authentication, rate limits, or error conditions, which are relevant for a read operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, starting with a clear purpose statement, then usage, endpoint, parameter list, and return info. It is slightly verbose with the endpoint line but overall efficient.

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 no output schema, the description explains the return value as 'the entry with position and score', which is adequate for a simple lookup tool. It covers the essential aspects for an agent to invoke the tool correctly.

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?

Schema description coverage is 0%, so the description must add meaning. It explains each parameter with its location, type, and role (e.g., 'The id of the leaderboard'). This compensates for the lack of schema descriptions, though the schema already indicates required status.

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 action ('Retrieve') and the resource (player ranking in a leaderboard). It distinguishes from siblings by specifying it returns a single entry rather than the whole board, and mentions the specific endpoint.

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 explicitly says 'Use to look up where a single player sits on a specific leaderboard', providing clear context for when to use the tool. It does not explicitly state when not to use it, but the sibling tools imply 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/sebazai/faceit-mcp'

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