Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

whatnot_live

Retrieve a Whatnot live show's current shop feed, including every product, auction, and giveaway listing with seller ratings, from Whatnot's GraphQL API.

Instructions

Get a Whatnot live show's current shop feed. Returns a Whatnot live show's current shop feed: every product, auction, and giveaway listing currently visible in the show, each with its seller's rating. Public data sourced from Whatnot's own GraphQL API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWhatnot live show id, e.g. from a browse result's id field
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the data is public and sourced from Whatnot's GraphQL API, which implies read-only and external API constraints, but it does not disclose potential rate limits, pagination behavior, or error handling for invalid/live show IDs. This meets only the baseline.

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, but the first two sentences are somewhat redundant ('Get a Whatnot live show's current shop feed' and 'Returns a Whatnot live show's current shop feed'). It could be tightened, but overall it remains concise and informative.

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 single-parameter tool without an output schema, the description adequately explains the return content (products, auctions, giveaways with seller ratings) and data source. It does not mention what happens if the show is not live, but given the low complexity, it is largely complete.

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% (the 'id' parameter is well-described as the Whatnot live show ID, e.g. from browse results). The description adds no extra parameter semantics beyond the schema, 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.

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 Whatnot live show's current shop feed, with a specific verb ('Get') and resource. It lists contents (products, auctions, giveaways, seller ratings) and distinguishes from sibling tools like whatnot_browse and whatnot_categories by focusing on a live show's feed.

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 provides clear context: the tool requires a live show ID, and the parameter description mentions it comes from a browse result, implying a workflow with whatnot_browse. However, it does not explicitly name alternatives or exclusions, so it earns a 4 rather than a 5.

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/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server