Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

ufc_athlete

Read-onlyIdempotent

Retrieve a UFC fighter's complete career statistics and current ranking by exact name. Get athlete details, stats, and ranking in a single response.

Instructions

One fighter with FULL career statistics and current ranking attached. The main athlete tool.

Returns: {data:[{attributes:{title, nickname, age, dob, octagon_debut, stats_height, stats_weight, stats_reach_arm, stats_reach_leg, strengths, origin:{country_code}, residence, fightmetric_id, short_description}}], included:[{type:'athlete_stat--athlete_stat', attributes:{…see ufc_athlete_stats for the full field list…}}, {type:'athlete_ranking--athlete_ranking', attributes:{weight_class_rank, weight_class_rank_previous, is_interim}}]} — heights, weights and reaches are INCHES/POUNDS as decimal strings. The statistics live in included, NOT on the athlete.

Example: A champion with stats and ranking {"title": "Ilia Topuria"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows per page.
titleYesExact fighter name, e.g. 'Ilia Topuria' (from ufc_search_athletes).
includeNoLeave as-is. WITHOUT `athlete_stat` there are NO statistics in the response at all.athlete_stat,athlete_ranking,stats_weight_class,fighting_style,gym,athlete_status
Behavior5/5

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

With readOnly/idempotent annotations already present, the description adds substantial behavioral context: statistics are in `included` rather than on the athlete, heights/weights/reaches are inches/pounds as decimal strings, and no auth is needed. The example response makes the return shape concrete, and nothing contradicts 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.

Conciseness5/5

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

The description is front-loaded with the core purpose, then uses a structured return example, unit clarification, auth note, and a reference to a sibling tool. Every sentence earns its place, and the JSON example improves clarity without excessive verbosity.

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?

No output schema is provided, but the description compensates by detailing the full response shape, where statistics and rankings live, the units, and an example. It also covers auth and points to ufc_athlete_stats for the full field list, making invocation unambiguous.

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 for parameters is 100%, so the baseline is 3. The description's example duplicates the schema's `title` example and does not introduce additional parameter semantics beyond what the schema already documents, such as the `include` warning.

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 first sentence clearly specifies the tool returns one fighter with full career statistics and current ranking attached. Calling it "The main athlete tool" and explicitly noting that statistics live in `included` distinguishes it from sibling tools like ufc_athlete_stats and ufc_rankings.

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 instructs that `title` must be an exact fighter name "from ufc_search_athletes", establishing a clear prerequisite and workflow. It also references ufc_athlete_stats for the full field list, providing an alternative, though it does not explicitly state exclusions or when not to use this tool.

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