Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

ufc_jsonapi_index

Read-onlyIdempotent

List all available UFC resource types exposed via the JSON:API index, including endpoint URLs for each data type.

Instructions

The JSON:API resource index — all 291 resource types ufc.com exposes, for discovering surfaces this spec does not wrap yet.

Returns: {jsonapi:{version}, links:{'node--event':{href}, 'node--athlete':{href}, 'athlete_stat--athlete_stat':{href}, …291 entries…}} — each key is a resource type and its href is the collection URL. Useful when you need something this provider does not expose; most of the 291 are CMS plumbing (paragraphs, media, config) rather than sport data.

Example: Every exposed resource type

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare read-only/idempotent behavior, and the description adds valuable context: the exact return structure (map of resource types to collection URLs), the count of 291 entries, the fact that auth is not needed, and a heuristic that most entries are non-sport CMS data. This goes meaningfully 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.

Conciseness5/5

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

The description is dense but not bloated: purpose, return structure, use case, auth, and a caveat are all covered in four concise lines plus a compact example. Every sentence 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 parameters and no output schema, the description fully covers what the tool returns, the structure of the response, when to use it, and authentication. It even warns about the mix of CMS plumbing vs. sport data. No notable gaps.

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?

The tool has zero parameters, which sets the baseline at 4. The description focuses on the response shape instead of parameters, which is appropriate since there is nothing to explain about inputs.

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 JSON:API resource index for all 291 resource types ufc.com exposes, with the specific purpose of discovering surfaces not wrapped by the spec. It distinguishes itself from sibling UFC tools (events, athletes, rankings) by being the comprehensive index.

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?

It explicitly states when to use it: 'useful when you need something this provider does not expose,' and warns that most resources are CMS plumbing rather than sport data. It could name alternative UFC tools, but the context is clear enough.

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