Skip to main content
Glama
sebazai

faceit-mcp

by sebazai

faceit_getMatchStats

Fetch detailed statistics of a finished match, including rounds, K/D/A per player, map, and score. Returns empty for matches that have not completed.

Instructions

Retrieve statistics of a match

Use to fetch detailed statistics of a finished match (rounds, K/D/A per player, map, score). Returns empty/404 for matches that have not finished.

Endpoint: GET /matches/{match_id}/stats

Parameters:

  • match_id (path, str, required): The id of the match

Returns: Match stats

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
match_idYes
Behavior4/5

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

No annotations exist; the description carries the burden. It discloses that the tool returns empty/404 for unfinished matches, which is a critical behavioral trait. It is read-only by nature, but the description does not explicitly state that.

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 well-structured with a clear verb, usage guidance, endpoint info, parameter list, and return note. Every sentence adds value and it is not verbose.

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?

The description is complete for a simple retrieval tool with one parameter. It explains what it does, when to use, and what it returns. However, it does not detail the return structure beyond listing data types.

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

Parameters5/5

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

Schema description coverage is 0%, but the description explicitly explains the single parameter (match_id) as a required path string representing the match ID, adding full meaning beyond the schema.

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 retrieves statistics of a match, specifies the data included (rounds, K/D/A, map, score), and distinguishes from siblings like faceit_getMatch by focusing on stats for finished matches.

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?

Provides explicit guidance to use for finished matches only, and warns of empty/404 for unfinished matches. Does not explicitly name alternatives, but context implies differentiation from other match-related tools.

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