Skip to main content
Glama
ferasbbm

Sportmonks MCP Server

by ferasbbm

get_all_livescores

Retrieve live scores for football fixtures from 15 minutes before kick-off to 15 minutes after full-time, with options to include participants, events, scores, and state.

Instructions

Get all livescores — fixtures 15 minutes before kick-off until 15 minutes after full-time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoSemicolon-separated includes. e.g. participants;events;scores;state
selectNoComma-separated fields to return.
filtersNoFilters to apply.
localeNoLanguage for name fields.
timezoneNoTimezone for datetime fields.
Behavior2/5

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

No annotations provided, so description carries full burden. It discloses the timeframe scope but fails to mention any behavioral traits such as authentication requirements, rate limits, or that it is a read-only operation. Agent lacks insight into potential side effects or constraints.

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?

Single sentence that is clear, direct, and without redundancy. Every word contributes to the purpose. Excellent efficiency.

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?

Description is brief given the tool has 5 optional parameters and no output schema. While it clarifies the timeframe, it does not explain what data is returned (e.g., participant, score details) or how parameters like include/select affect output. Agent may need to infer behavior from parameter names alone.

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 100% with parameter descriptions already present. The tool description adds no additional meaning to parameters beyond what the schema provides. Baseline score of 3 is appropriate as description does not enhance parameter understanding.

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?

Description clearly states 'Get all livescores' with specific timeframe ('15 minutes before kick-off until 15 minutes after full-time'), distinguishing it from sibling tools like 'get_inplay_livescores' and 'get_latest_livescores' which cover different time windows or subsets.

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

Usage Guidelines3/5

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

Description implies usage for livescores within the defined timeframe but does not provide explicit guidance on when to use this tool versus alternatives (e.g., get_inplay_livescores for currently in-play matches). No when-not-to-use or alternative recommendations are given.

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