Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fanaticslive_browse

Browse live and upcoming Fanatics Live shows for a specified league, retrieving show names, statuses, cover images, viewer counts, and host channels from public data.

Instructions

Browse Fanatics Live shows by league. Returns the live and upcoming shows currently listed under a Fanatics Live league: name, status, cover image, viewers, and the hosting channel/shop. Public data sourced from Fanatics Live's own GraphQL API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
leagueYesFanatics Live league type code. See GET /fanaticslive/leagues for the full list.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden, and it does useful work: 'Browse' and 'Returns' signal read-only behavior, 'Public data' implies no auth requirements, and 'currently listed' plus the field list clarify what the caller will receive. It does not mention pagination, rate limits, or no-results behavior, but it is reasonably transparent for a simple listing tool.

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 only three sentences and each one earns its place: scope, returned data fields, and data provenance. It avoids filler and does not restate schema content.

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 one-parameter, low-complexity browse tool, the description gives the caller the necessary context: the input dimension, the returned fields, and the public nature of the data. Minor gaps like pagination and error behavior remain, but the field list partially compensates for the absence of an output schema.

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 description coverage is 100%, and the single parameter is fully defined as a string enum with a reference to GET /fanaticslive/leagues for the full league list. The prose description adds no parameter-level meaning beyond what the schema already provides, so the baseline score of 3 applies.

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 first sentence names the exact resource and scope: 'Fanatics Live shows by league.' The second sentence further specifies that this is a list of live and upcoming shows with concrete returned fields, distinguishing it clearly from fanaticslive_show (single show) and fanaticslive_leagues (list of leagues).

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 makes the intended call context evident: browse current live/upcoming shows for a given league. However, it never explicitly names alternative tools or states when not to use this one, such as using fanaticslive_show for a single show or fanaticslive_leagues to enumerate leagues.

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