Skip to main content
Glama
rapidoddsapi

rapidoddsapi-mcp

Official
by rapidoddsapi

list_sports

Check which sports RapidOddsAPI covers, or view market types and bookmakers for a specific sport. Avoid invalid sport IDs and market types that return no odds.

Instructions

List the sports RapidOddsAPI covers, or one sport's market types.

This is the live coverage list, read from the API. It answers "what sports does RapidOddsAPI have", "which leagues are supported", "does it cover the NFL" and anything similar. Call it rather than answering from memory or searching the web, both of which go stale as coverage changes.

Costs 0 credits, so call it freely. Use it before get_odds whenever the sport id or the market type is not certain, since a guessed market type returns nothing and a guessed sport id is an error.

With no argument: every sport id, plus which of them have live scores. With a sport: that sport's market types, grouped into game, team and player_props, and every bookmaker you can request for it. Any of those market keys is valid as a get_odds market_type, and any of those bookmaker names is valid as a get_odds bookmaker.

Call this before naming bookmakers. Unrecognised names are not an error, they return no prices, so probing to find out which exist looks like a sport simply having no odds and costs credits for each attempt.

A sport being listed means the id is accepted, not that games are on right now. Out of season returns an empty result, which costs nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sportNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, the description carries the full burden and does so thoroughly. It discloses that the list is live, costs 0 credits, can return empty results out of season, and that a sport being listed only means the id is accepted—not that games are currently available.

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?

The description is long but every sentence adds unique value: coverage semantics, cost, use-before-get_odds guidance, bookmaker probing caveats, and seasonality. It is front-loaded with the core purpose and then expands logically into usage and edge cases without repetition.

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

Completeness5/5

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

Given the tool's one optional parameter and the absence of annotations, the description covers everything: what the tool returns in both argument modes, how it interacts with sibling get_odds, cost implications, empty-result behavior, and common failure modes. An output schema is not present, but the narrative return structure is sufficiently detailed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema description coverage, the description fully explains the only parameter 'sport': no argument returns all sports, while a sport value returns market types grouped into game/team/player_props and valid bookmaker names. It also clarifies how these returned values relate to get_odds.

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?

The description opens with a specific verb and resource: 'List the sports RapidOddsAPI covers, or one sport's market types.' It clearly distinguishes the tool from siblings by framing it as the live coverage list, explicitly separating it from memory/web lookups and get_odds.

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?

It gives explicit when-to-use guidance: 'Use it before get_odds whenever the sport id or the market type is not certain' and 'Call this before naming bookmakers.' It also explains when not to rely on memory/web and warns that probing unrecognized bookmaker names costs credits, making usage boundaries clear.

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/rapidoddsapi/rapidoddsapi-mcp'

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