Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_recommendation_featured

Read-onlyIdempotent

Fetches featured competitions for recommendation categories such as Jockey Challenge or Racing Extras. Pass a category to see available markets and related links.

Instructions

Featured items for one recommendation category (e.g. Jockey Challenge, Racing Extras). 404s when the category isn't currently featured.

Returns: {id, name, displayName, competitions:[{id, name, hasMarkets, _links}], _links}

Example: Featured Jockey Challenge markets {"category": "Jockey Challenge"}

Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesRecommendation category, e.g. "Jockey Challenge", "Racing Extras". Pass raw spaces. Required — part of the URL path.
jurisdictionNoState jurisdiction.NSW
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is clear. The description adds valuable behavioral context: the 404 when category isn't featured, the response shape, and the auth behavior (works without key, more with credentials). This goes beyond annotations and provides meaningful details.

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 and well-structured: purpose statement, error behavior, return format, example, and auth note each on separate lines. Every sentence adds value with no fluff. The front-loaded purpose and clear sections make it easy to scan.

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?

For a simple tool with 2 parameters and no output schema, the description provides the return structure, example, error case, and auth details. It lacks mention of pagination or limits, but the tool's scope (featured items) suggests these may not be needed. Overall, it is sufficiently complete for expected use cases.

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 is 100% with both parameters described in detail (including 'Pass raw spaces' and default for jurisdiction). The description's example usage adds a concrete invocation but doesn't introduce semantics beyond what the schema already provides. As per rubric, baseline is 3 when coverage is high.

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 the tool returns 'Featured items for one recommendation category' with concrete examples (Jockey Challenge, Racing Extras). The 404 behavior and return structure further specify the tool's action and scope. While it doesn't explicitly contrast with siblings like tab_featured_events, the focused phrasing ('one recommendation category') differentiates it sufficiently.

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 usage by example (category parameter) and notes the 404 case, but it does not explicitly state when to use this tool versus alternatives or when not to use it. The auth note ('works without a key') is helpful but not a usage guideline relative to other tools. The guidance is adequate but not explicit about alternatives.

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