Skip to main content
Glama
ferasbbm

Sportmonks MCP Server

by ferasbbm

get_probabilities_by_fixture_id

Retrieve match outcome probabilities for a specific fixture by providing its ID. Returns probability data for that fixture.

Instructions

Get match outcome probabilities for a specific fixture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fixture_idYesFixture ID.
includeNoSemicolon-separated includes. e.g. fixture;type
selectNoComma-separated fields to return.
filtersNoFilters to apply.
localeNoLanguage for name fields.
pageNoPage number.
per_pageNoResults per page.
Behavior2/5

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

With no annotations, the description carries full burden. It does not disclose behavioral traits such as being a read-only operation, pagination behavior, or whether all outcome probabilities are returned. The presence of pagination parameters in the schema is not acknowledged.

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 a single sentence that immediately conveys the core action. It is concise and front-loaded, but given the tool has 7 parameters, a slightly more structured description could still be concise while adding value.

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

Completeness2/5

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

The description is incomplete for a tool with 7 parameters, no output schema, and no annotations. It lacks explanation of return format, pagination, differences from sibling tools, and how the optional parameters affect results.

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 baseline is 3. The description adds no semantic value beyond the schema; it merely restates the fixture_id context. No additional meaning is provided for the optional parameters like include, select, filters, etc.

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 'match outcome probabilities' for a specific fixture. It differentiates from the general `get_probabilities` but doesn't clarify if these are pre-match or live probabilities, which could be ambiguous given sibling tools like `get_live_probabilities_by_fixture_id`.

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 guidelines are provided on when to use this tool versus alternatives such as `get_probabilities` or `get_live_probabilities_by_fixture_id`. There is no discussion of prerequisites or contextual conditions for use.

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