Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

pinnacle_enums

Read-onlyIdempotent

Fetch reference enums like countries, currencies, and occupations to standardize data across sports-data APIs. Includes country codes, legal age, and license information.

Instructions

Reference enums (countries, currencies, occupations, etc.) used across the API.

Returns: {countries:[{code2, code3, legalAge, license:{name}}], ...}

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 mark it as read-only and idempotent. The description adds value by showing a sample return structure (countries array) and noting that no authentication is required, which helps the agent understand what to expect without exceeding 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 concise, front-loaded with purpose, and neatly structured with a sample return and auth note. Every sentence contributes useful information without redundancy.

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 tool has no output schema, so the description's sample return structure is helpful. However, it only shows one enum type and uses '...' to suggest more, leaving some ambiguity about the full set of enums and their structures. Given the simplicity of the tool, this is reasonably complete but not exhaustive.

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?

There are no parameters, so the description does not need to explain them. The zero-parameter baseline of 4 applies, and the description correctly omits any parameter details since there are none.

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 this as a reference tool for enums used across the API, which distinguishes it from other Pinnacle tools that focus on sports, leagues, or matchups. The phrase 'Reference enums' is specific and unambiguous.

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?

The description implies this is for getting reference data, but it does not explicitly state when to use it over other tools or provide exclusions. Since it's a self-contained enum lookup with no parameters, usage is obvious, 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