Skip to main content
Glama
ferasbbm

Sportmonks MCP Server

by ferasbbm

get_round_by_id

Fetch detailed information for a specific football round by its ID, with options to include related data such as league, season, or fixtures.

Instructions

Get a single round by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRound ID.
includeNoSemicolon-separated includes. e.g. league;season;stage;fixtures;statistics
selectNoComma-separated fields to return.
filtersNoFilters to apply.
localeNoLanguage for name fields.
pageNoPage number.
per_pageNoResults per page.
Behavior1/5

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

No annotations exist, so the description carries the full burden. It fails to disclose behaviors such as read-only nature, authentication requirements, or how missing IDs are handled. The presence of pagination parameters (page, per_page) suggests the response might be a list, contradicting 'single round'—this ambiguity is unaddressed.

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

Conciseness2/5

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

The description is extremely brief (one sentence), but this brevity sacrifices clarity and completeness. It is too terse, omitting critical information about parameters and usage, making it less helpful than it could be.

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

Completeness1/5

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

Given the complexity (7 parameters, including pagination and optional includes) and the absence of an output schema, the description is severely lacking. It does not explain what the response contains, how optional parameters affect the result, or any constraints (e.g., rate limits). This is inadequate for an agent to reliably invoke the tool.

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?

The input schema has 100% coverage with descriptions for all 7 parameters. However, the tool description adds nothing beyond 'by ID'. The baseline is 3 since the schema already handles parameter explanations; the description does not provide extra context for non-obvious parameters like 'include', 'filters', or 'locale'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and the resource 'a single round by ID', making the core purpose obvious. However, it does not differentiate from sibling tools like get_rounds_by_season_id or search_rounds_by_name.

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 provided on when to use this tool versus alternatives. With many sibling tools for fetching rounds, the description should clarify scenarios (e.g., 'Use this when you know the round ID; for fetching all rounds in a season, use get_rounds_by_season_id').

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/ferasbbm/sportmonks-mcp-server'

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