Skip to main content
Glama
sebazai

faceit-mcp

by sebazai

faceit_getTeamStats

Retrieve aggregated statistics for a team in a specific game on FACEIT. Provide team_id and game_id to get team stats.

Instructions

Retrieve statistics of a team

Use for a team's aggregated statistics in a specific game. Not for tournament-specific or match-specific stats.

Endpoint: GET /teams/{team_id}/stats/{game_id}

Parameters:

  • team_id (path, str, required): The id of the team

  • game_id (path, str, required): A game on FACEIT

Returns: Team stats

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idYes
game_idYes
Behavior3/5

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

No annotations provided, so the description carries the full burden. It describes the endpoint and parameters but does not disclose behavioral aspects like side effects, authentication needs, or data freshness. However, as a read-only GET endpoint, it is inherently non-destructive.

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 with a clear purpose followed by usage guidelines and parameter list. It is well-structured and front-loaded, though the endpoint line adds marginal value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity and no output schema, the description is minimally complete. It states returns 'Team stats' but lacks detail on the structure or fields. It covers the essential context but could be more informative.

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 0%, but the description provides basic parameter descriptions (e.g., 'The id of the team' and 'A game on FACEIT'). These add meaning beyond the schema but lack specifics like format or examples.

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 'Retrieve statistics of a team' and specifies it is for aggregated stats in a specific game, distinguishing from tournament-specific or match-specific stats. The purpose is specific and unambiguous.

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 tells when to use the tool (team's aggregated stats in a specific game) and what not to use it for (tournament-specific or match-specific stats). It does not list alternatives, but the context is clear.

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