Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

stubhub_trending

Get StubHub's homepage-featured trending performers with follower counts and upcoming event ranges. Filter by top-level category to narrow results to a specific vertical.

Instructions

List StubHub's currently-featured trending performers. Lists the performers/teams StubHub itself is currently featuring on its homepage hero rotation, each with a follower/favorites count and its upcoming event date range. A zero count with an empty performers list is a valid no-results response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_level_category_idNoFilter to one top-level vertical

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.9/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. It discloses what each returned item contains (follower/favorites count and upcoming event date range) and explicitly states that a zero count with an empty performers list is a valid no-results response, which helps the agent avoid misclassifying empty results as errors.

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 short and front-loaded with the core action. There is slight redundancy between 'List ... trending performers' and 'Lists the performers/teams ...', but the additional details about return contents and the valid empty response earn their place.

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 one optional parameter and no output schema, the description is largely complete: it identifies the data source, the returned fields, and the empty-response semantics. It does not explain sorting/ordering or enumerate the category IDs, but those are minor gaps for this endpoint.

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?

The input schema already documents the only parameter at 100% coverage ('Filter to one top-level vertical'), so the baseline is 3. The description adds no further meaning about what the integer values 0-3 represent or how filtering affects the hero rotation, but it does not need to restate the schema.

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 names a specific verb and resource: 'List StubHub's currently-featured trending performers' and clarifies the exact source as the homepage hero rotation. By specifying performers/teams rather than events, it distinguishes itself from sibling event-oriented tools like stubhub_trending_events even without naming them.

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 intended context is clear enough: use this tool when you need the performers/teams StubHub is currently featuring on its homepage, optionally filtered by a top-level category. However, it provides no explicit when-not-to-use guidance or alternatives such as stubhub_trending_events, so the agent must infer the right sibling.

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