Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

tab_recommendation_featured

Read-onlyIdempotent

Fetch featured recommendation items by category (Jockey Challenge, Racing Extras) with competitions and market availability. Supply category and jurisdiction for current featured offerings.

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 or TAB_REFRESH_TOKEN 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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.24.0
    • addedInput schema / properties / category / description
      Added value: +"Recommendation category, e.g. \"Jockey Challenge\", \"Racing Extras\". Pass raw spaces. Required — part of the URL path."
    • addedInput schema / properties / jurisdiction / description
      Added value: +"State jurisdiction."
  2. Addedv0.1.1

TDQS

A3.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, and the description goes well beyond them by disclosing the 404 behavior when the category is not featured, the exact return shape, and authentication requirements. This gives an agent a strong picture of what will happen at call time.

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 with a clear purpose statement, return shape, example, and auth note. Each section earns its place and the purpose is front-loaded. Slightly more verbose than necessary, but no wasted sentences.

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?

Given the low complexity (2 params, no output schema), the description is complete: it explains the resource, the error condition, the return shape, an example invocation, and auth behavior. An agent has everything needed to call this tool correctly.

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% and the schema already documents both parameters, including the requirement to pass raw spaces and that category is part of the URL path. The description adds an example but no additional semantic meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 action and resource: 'Featured items for one recommendation category' with concrete examples like Jockey Challenge and Racing Extras. It clearly scopes the tool to a single category and mentions a 404 error condition, but it does not explicitly distinguish itself from sibling tools such as tab_featured_events.

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?

There is no explicit guidance on when to use this tool versus alternatives, no conditions or exclusions beyond the 404 behavior, and no mention of related TAB tools that might be more appropriate for broader featured content. The example and auth note provide context but not selection guidance.

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