Skip to main content
Glama
DanielTomaro13

sportsdata-mcp

fanduel_sb_call

Read-onlyIdempotent

Fetch FanDuel Sportsbook (US, NJ) data by operation name, passing only variable query parameters. Returns JSON without requiring authentication.

Instructions

Fetch a FanDuel Sportsbook (US, NJ) REST resource by operation name. Carries the static public _ak web key + the sportsbook Origin/region headers, so the caller supplies only the variable query params (eventId, customPageId, dataEntries, eventIds, …). Read fanduel://sportsbook/operations for the list.

Returns: (JSON object)

Auth: none needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesThe operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives.
path_paramsNoValues for the operation's URL path placeholders, as an object keyed by placeholder name. The catalogue resource lists which each operation needs.
query_paramsNoQuery-string parameters for the operation, as an object. Optional for most operations; the catalogue resource documents the accepted keys.
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds context beyond annotations: it discloses that the tool carries the static public _ak web key and Origin/region headers, so the caller does not need to provide auth. It also mentions 'Auth: none needed' and points to the operations catalogue, which clarifies behavior. 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?

The description is tight and front-loaded with the core purpose, then the auth/headers context, then the catalogue pointer, and finally the return type and auth requirement. No filler or repetition; every sentence serves a purpose.

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 generic operation-based tool with rich schema descriptions and helpful annotations, the description covers the essential behavior: what it does, where to find operations, how auth is handled, and expected return type. It lacks specifics about error handling or pagination, but given the tool's nature and the schema's guidance, it is reasonably complete.

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 provides 100% coverage with detailed descriptions for operation, path_params, and query_params. The description adds value by listing concrete examples of query parameters (eventId, customPageId, dataEntries, eventIds), giving the agent a sense of what kind of parameters are expected beyond the generic schema. This exceeds the baseline for high schema coverage.

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 fetches a FanDuel Sportsbook REST resource by operation name, specifying the US/NJ region and the static public _ak web key plus Origin/region headers. This distinguishes it from sibling tools like fanduel_sb_live_score by positioning it as a generic operation-based caller, and it points to the catalogue resource for valid operations.

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

Usage Guidelines4/5

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

The description tells the agent to read 'fanduel://sportsbook/operations' for the list of valid operations, which is an explicit prerequisite. It also explains that the caller only supplies variable query params, implying when to use this tool (after consulting the catalogue). It does not explicitly name alternatives or state when not to use it, but the context is sufficient.

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