Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

ncaa_standings

Read-onlyIdempotent

Fetch NCAA conference standings for a specified college sport and division, grouped by conference with team stats.

Instructions

Conference standings for a college sport and division.

Returns: {sport, title, updated, page, pages, data:[{conference:'ACC', standings:[{School, 'Conference W', 'Conference L', 'Overall W', 'Overall L', 'Overall PF', 'Overall PA', 'Overall HOME', 'Overall AWAY', 'Overall STREAK'}]}]} — GROUPED BY CONFERENCE: data[] is one entry per conference, each holding its own standings list. The inner column names are human-readable strings WITH SPACES and vary by sport; all values are strings.

Example: FBS football standings {"sport": "football", "division": "fbs"}

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sportNoSport slug.football
divisionNoDivision slug.fbs
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, and the description adds valuable behavioral context beyond these. It details the return structure, notes that inner column names vary by sport and contain spaces, and clarifies that all values are strings. It also states that no authentication is needed.

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 well-structured and front-loaded with the purpose. It packs essential details (return shape, grouping, column variability, auth) into a concise format without redundancy. The example is helpful and placed logically after the return structure.

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?

Since there is no output schema, the description appropriately compensates by fully specifying the return format and grouping behavior. It covers auth and provides an example. However, it mentions 'page' and 'pages' without explaining pagination semantics, leaving a minor gap for a tool with this complexity.

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 input schema already covers both parameters with descriptions, achieving 100% coverage. The description adds a concrete example (sport='football', division='fbs') that clarifies valid values and usage. This goes beyond the schema's minimal 'slug' descriptions.

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 states what the tool does: returns conference standings for a college sport and division. It distinguishes from siblings by specifying 'college sport' (NCAA) and providing a detailed return structure grouped by conference. The example for FBS football adds specificity.

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

Usage Guidelines2/5

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

The description does not provide any guidance on when to use this tool versus alternatives. While many sibling standings tools exist, there is no mention of selection criteria or exclusions. The example implicitly shows usage, but no explicit guidance is given.

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