Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

ufc_event_card

Read-onlyIdempotent

Retrieve a UFC event's complete fight card, including all bouts, fighters, and winner information, by specifying the exact event title.

Instructions

One event WITH its full fight card attached. Use this rather than ufc_events when you want the bouts.

Returns: {data:[{attributes:{title, fight_card_time_main, event_card_location}, relationships:{fights:{data:[{type:'node--fight', id}]}}}], included:[{type:'node--fight', id, attributes:{title:'Fighter A vs Fighter B'}, relationships:{red_corner, blue_corner, fight_final_winner}}, {type:'node--athlete', …}]} — the CARD IS IN included, matched to data[0].relationships.fights.data[].id. Nothing useful is inline.

Example: A numbered event's full card {"title": "UFC 330"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows per page.
titleYesExact event title, e.g. 'UFC 330'.
includeNoLeave as-is to get the bouts with both fighters resolved.fights,fights.red_corner,fights.blue_corner,venue
Behavior4/5

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

Annotations already establish read-only, open-world, idempotent behavior. The description adds valuable context beyond that: the response shape, that the fight card is in `included` and matched via `data[0].relationships.fights.data[].id`, and that 'nothing useful is inline'. It also notes no auth is needed. This goes beyond the structured annotations.

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 longer than necessary due to the detailed return structure example, but every piece is informative and logically organized: purpose, usage, return format, example, auth. There is minor redundancy with the schema (e.g., include description repeated), but overall it is well-structured and front-loaded.

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?

Without an output schema, the description provides a detailed breakdown of the return payload, including the critical note that fights live in `included`. It covers parameters, example, and auth, making it complete for an agent to invoke and interpret the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value with a concrete example ({"title": "UFC 330"}) and clarifies the include parameter's default behavior ('Leave as-is to get the bouts with both fighters resolved'), which reinforces the schema description but adds practical usage context.

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 states 'One event WITH its full fight card attached' which clearly defines the scope, and it explicitly differentiates from sibling tool ufc_events by saying 'Use this rather than ufc_events when you want the bouts.' This is a specific, resource-focused purpose.

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?

Directly names the alternative tool (ufc_events) and the condition for choosing this one ('when you want the bouts'). Also provides an example invocation with title, clarifying the main intended use case.

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/DanielTomaro13/sportsdata-mcp'

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