Skip to main content
Glama

UFCalendar Fight API

Get a rankings board

get_rankings
Read-onlyIdempotent

The official rankings board for one promotion, point-in-time: pass a date to read the board as it stood that day. Rank 0 is the champion. Pass a division to narrow it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYesPromotion slug.
dateNoRead the board as it stood on this date, YYYY-MM-DD.
boardNoBoard name; defaults to the official board.
divisionNoOne division, e.g. "lightweight". Omit for the whole board.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds genuinely useful behavioral context: point-in-time reading, rank 0 champion semantics, and division narrowing. No contradiction with 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?

Two tightly written sentences with no filler. The most important scoping information — official board, one promotion, point-in-time — is front-loaded, and the champion/division details earn their place.

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

Completeness4/5

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

The description covers the main semantic nuances: date is point-in-time, rank 0 is champion, division narrows the board. With no output schema, a bit more detail on the response shape or board default would improve completeness, but the tool is simple enough that the current description is largely sufficient.

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 description coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by explaining date as point-in-time state and division as a narrowing filter. This goes beyond the schema's field-level descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific resource: the official rankings board for one promotion, point-in-time, and defines rank 0 as champion. This clearly distinguishes the tool from get_champions and other list-style tools, though it does not explicitly name the sibling alternative.

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

Usage Guidelines3/5

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

It gives practical guidance on how to use the date ('read the board as it stood that day') and division ('pass a division to narrow it'), but it does not state when to prefer this tool over get_champions or other ranking-adjacent tools. Usage context is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.