Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fanaticslive_leagues

Retrieves Fanatics Live's full league and category list, such as Pokemon, NFL, and MTG. Each returned type works directly with the browse league filter.

Instructions

Get Fanatics Live's league taxonomy. Returns Fanatics Live's full league/category list (e.g. "Pokemon", "NFL", "MTG"). Each entry's type is usable directly with /fanaticslive/browse's league filter. Public data sourced from Fanatics Live's own GraphQL API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.2/5.0
Behavior3/5

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

No annotations provided, so the description carries the burden. It states the data is public and sourced from GraphQL API, but does not disclose any other behaviors (e.g., return format, size, rate limits). For a simple get operation, this is adequate but not rich.

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?

Three concise sentences, front-loaded with the main action and immediate context. No fluff; each sentence adds value (what it does, what it returns, how to use it, data source).

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 zero-param tool without an output schema, it covers the essentials: what it returns (examples), how to use it (with browse filter), and data source. Missing explicit return structure but that's not critical for a taxonomy list.

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?

No parameters exist (0 params, schema coverage 100%), so the description adds no parameter info—none needed. The mention that entry types are usable with browse's filter adds context on output usage, not parameters. Baseline for 0 params is 4.

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?

Clearly states a specific verb+resource: 'Get Fanatics Live's league taxonomy'. Provides examples and explicitly mentions how the output type is used with a sibling tool (fanaticslive/browse's league filter), distinguishing its purpose from other Fanatics tools.

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?

Indicates when to use it: when needing league/category taxonomy for the browse filter. Mentions it's public data. Does not explicitly state when not to use it or list alternatives, but the context is sufficient for typical use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools