Skip to main content
Glama
asd-git-master

AltSportsData MCP Server

calculate_sgp

Compute Same Game Parlay probability by combining multiple selections from a single event. Requires league, event ID, and selection IDs from odds data.

Instructions

Calculate Same Game Parlay (SGP) probabilities for an event.

Combines multiple selections from the same event into a parlay. Use get_odds or get_all_markets first to get selection mapping IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leagueYesLeague code.
event_idYesThe event ID (e.g. 'f1:bc8a2ac2-0111-4b99-b402-08a19a731eda').
selectionsYesList of ASD selection UUIDs (mapping IDs from odds responses).
fixture_idNoOptional fixture ID for the SGP.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations; description indicates it's a calculation (non-destructive). Could mention it returns probabilities, but overall behavior is clear.

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?

Two concise sentences plus a third line with necessary instruction. No wasted words, front-loaded purpose.

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

Completeness4/5

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

Output schema exists, so return values not needed. Description covers purpose and prerequisite. Could clarify that selections must be from the same event, but implied.

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 adequate descriptions. The tool description adds context about mapping IDs but no additional detail beyond schema for each parameter.

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 'Calculate...probabilities' and explains it combines selections from same event. Distinct from sibling tools which are mostly get_* operations.

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

Usage Guidelines5/5

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

Explicitly mentions using get_odds or get_all_markets first to get selection mapping IDs, providing clear prerequisite guidance.

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/asd-git-master/altsportsdata-mcp'

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