Skip to main content
Glama
justinbchau

faceit-mcp

by justinbchau

faceit_get_match_history

Retrieve a FACEIT player's recent CS2 match history, including match IDs, results, and timestamps, with customizable limits and pagination.

Instructions

Get a player's recent CS2 match history (list of match ids, results, timestamps) on FACEIT.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of matches to return
offsetNoPagination offset
game_idNoGame id, default 'cs2'cs2
player_idYesFACEIT player_id
Behavior3/5

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

With no annotations, the description carries the transparency burden. It implicitly indicates a read operation and describes the return shape, but omits details like pagination behavior, rate limits, or error conditions.

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?

A single, well-structured sentence that front-loads the verb and resource. No filler or redundancy.

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 straightforward list tool, the description covers purpose and return type well. It lacks context on how to use pagination (though limit/offset are in schema) and how the tool relates to sibling tools, but these are not critical gaps.

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 description coverage is 100%, so the baseline is 3. The description adds no extra meaning over the schema's parameter descriptions, though it does reinforce what the returned list contains.

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 gets a player's recent CS2 match history, with specific output elements (match ids, results, timestamps) and platform (FACEIT). This distinguishes it from siblings like get_player_stats or get_match_details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool versus alternatives. It does not mention that match ids could be used with get_match_stats or get_match_details, nor any exclusions.

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/justinbchau/faceit-mcp'

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