Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

ufc_round_records

Read-onlyIdempotent

Get ranked UFC single-round records for significant strikes, total strikes, takedowns, and submission attempts. Filter by round and stat type yourself, because server-side filters return no rows.

Instructions

The single-round record book: most significant strikes, total strikes, takedowns and submission attempts in one round, ranked.

Returns: [{attributes:{fightmetric_id, rank, round, statname, value (a STRING), combined}}] — combined: true means BOTH fighters' totals in that round; false is one fighter's. Mixing the two produces a nonsense leaderboard, so filter on it if you care. Resolve fightmetric_id to a name via ufc_search_athletes.

WARNING: filter[round] and filter[statname] return 0 rows rather than an error (verified) — filter the rows yourself. statname is one of: Significant Strikes Landed/Attempted, Total Strikes Landed/Attempted, Takedowns Landed/Attempted, Submission Attempts; round is 1-5.

Example: The round record book {"limit": 50}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort field; 'rank' ascends from the record holder. Sorting works; filtering does not — see the note in Returns.rank
limitNoRows per page (max 50). Ask for a full page and narrow by `round`/`statname` yourself — the collection cannot be filtered server-side.
offsetNoRows to skip.
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, but the description adds substantial behavioral context: the return shape with `combined` flag semantics, the warning that `filter[round]` and `filter[statname]` return 0 rows instead of errors, the fact that `value` is a string, and that no auth is needed. This goes far beyond the 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 reasonably concise for the amount of information it conveys. It is well-structured with Returns, Warning, Example, and Auth sections. The warning and example are directly useful. A slight deduction for some verbosity, but every section earns its place.

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?

With no output schema, the description compensates by fully explaining the return structure, the meaning of `combined`, the statname enumeration, round range, and the filter limitation. It includes an example and auth info, making it complete for an agent to use 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% for sort, limit, and offset, giving a baseline of 3. The description adds meaningful semantics by warning that filtering params don't work server-side, advising to request a full page and narrow manually, and explaining that sorting works. This adds value beyond the schema.

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 clearly identifies the tool as 'The single-round record book' with specific stats (significant strikes, total strikes, takedowns, submission attempts) and explicitly says it is ranked. This is a specific verb+resource that distinguishes it from sibling tools like ufc_fights or ufc_athlete_stats.

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

Usage Guidelines4/5

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

The description provides clear context on when to use the tool (to retrieve single-round records) and gives practical guidance on filtering, combined totals, and resolving IDs via ufc_search_athletes. It doesn't explicitly exclude alternative tools, but the purpose is distinct enough that the usage context is 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/DanielTomaro13/sportsdata-mcp'

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