get_team_last_x
Retrieves the last X match results for a specific team. [CRITICAL]: Requires a valid teamId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | The unique numeric ID. | |
| teamId | Yes | The unique numeric ID. |
Retrieves the last X match results for a specific team. [CRITICAL]: Requires a valid teamId.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | The unique numeric ID. | |
| teamId | Yes | The unique numeric ID. |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description implies a read-only operation via 'Retrieves' but adds no behavioral details such as default count if omitted, error handling, or rate limits. The requirement for a valid teamId is stated, but other traits are absent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences and front-loaded with the core action. However, the critical note is redundant with the schema's required field and could be integrated more meaningfully.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple retrieval tool with no output schema, the description is underspecified: it doesn't clarify the X parameter, default behavior, or differentiate from the extended variant. The sibling list shows many similar tools, making this incomplete for selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions are both 'The unique numeric ID.', which is ambiguous and doesn't differentiate count from teamId. The description says 'last X' but never explicitly maps X to the count parameter. With 100% coverage but unhelpful content, the description fails to compensate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Retrieves' and identifies the resource as 'last X match results for a specific team', clearly distinguishing it from match detail/stat tools. However, it doesn't explicitly compare to get_team_last_x_extended or get_season_last_x, so sibling differentiation is implicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage context is provided beyond a critical note that a valid teamId is required. It doesn't say when to use this vs get_team_last_x_extended or get_team_next_x, or any exclusions. The 'CRITICAL' note is a prerequisite, not usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools have clearly distinct purposes (e.g., timelines vs stats vs lineups), but there are several closely related match-stat and season-fixture tools that could be confused, such as get_match_stats vs get_detailed_match_stats vs get_match_details_extended.
All tools use a consistent get_ prefix and snake_case, but naming conventions vary in structure (e.g., get_season_fixtures2 vs get_livescore_season_fixtures) and one tool includes an arbitrary number suffix ('fixtures2'), which is a minor deviation.
With 41 tools, the server is significantly overscoped for typical MCP use. Although the soccer domain is broad, the sheer number of highly granular tools makes it heavy and harder to navigate.
The tool set covers nearly every aspect of soccer data: fixtures, live scores, match details, standings, top scorers, injuries, referees, team streaks, and more. Minor gaps exist, such as no direct team search or player match performance, but the surface is otherwise comprehensive.