Skip to main content
Glama
ferasbbm

Sportmonks MCP Server

by ferasbbm

get_postmatch_news_by_season_id

Retrieve post-match news articles for a specific season by providing its ID.

Instructions

Get post-match news for a specific season.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
season_idYesSeason ID.
includeNoSemicolon-separated includes.
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?

No annotations are provided, so the description must compensate. It only states the basic purpose without disclosing any behavioral traits (e.g., read-only nature, side effects, pagination behavior, return format). The schema suggests pagination via 'page' and 'per_page', but the description omits this context.

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

Conciseness3/5

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

The description is a single sentence, which is concise, but it could be more informative without becoming verbose. Every sentence should earn its place; this sentence is too minimal to be highly effective.

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?

With 7 parameters and no output schema, the description is incomplete. It fails to explain pagination, filtering, includes, selects, locale, or that season_id is required. For a tool with this complexity, the description provides insufficient context for correct invocation.

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% with clear parameter descriptions. The tool description adds no additional meaning beyond what the schema already provides, so it meets the baseline of 3.

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 resource (post-match news) with a condition (for a specific season). The name further distinguishes it from 'get_postmatch_news' which likely retrieves without season filter. However, it doesn't explicitly differentiate from siblings like 'get_prematch_news_by_season_id', so it's clear but lacks explicit sibling distinction.

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?

The description provides no guidance on when to use this tool versus alternatives, such as when to choose this over 'get_postmatch_news' or 'get_prematch_news_by_season_id'. With many sibling tools, explicit usage context is missing.

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