Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

chewy_product

Get full Chewy product details by numeric ID: name, brand, price, stock, rating breakdown, reviews, Q&A, and category breadcrumbs.

Instructions

Get a Chewy product's detail. Returns one Chewy product's full normalized detail: name, brand, description, images, price, stock, rating and its star-count breakdown, category breadcrumbs, customer questions and answers, and customer reviews. id is the numeric id from a chewy.com PDP URL, e.g. 185468 from https://www.chewy.com/frisco-lion-mane-dog-cat-costume/dp/185468 -- also the same value a chewy_category response's products[].part_number field carries for that product's own default variant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNumeric id from a chewy.com PDP URL
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does this well by specifying the full normalized response contents and the id provenance/default-variant nuance. It stops short of a 5 because it does not mention error/not-found behavior, pagination of reviews, or whether any network/rate-limit concerns exist.

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 two dense sentences with no filler. The purpose and return fields are front-loaded, and the second sentence earns its place by explaining exactly how to obtain the id. Every clause adds operational value.

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 single-parameter tool with no output schema and no annotations, the description covers the essential ground: what is returned, what the id means, and where the id comes from. It is not quite a 5 because it omits behavior for invalid or missing products, but it is sufficient for correct invocation in the normal case.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only says 'Numeric id from a chewy.com PDP URL,' but the description adds a concrete example (185468), the full URL pattern, and a cross-reference to chewy_category's products[].part_number. This meaningfully increases the chance an agent extracts or forwards the right id.

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 uses a specific verb and resource: 'Get a Chewy product's detail' and then enumerates exactly what normalized data is returned (name, brand, images, price, stock, ratings breakdown, Q&A, reviews). This clearly distinguishes it from siblings like chewy_category or chewy_products, which serve different collection or search purposes.

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 gives clear context for when to use this tool: when you need a single product's full detail and you have a numeric id from a chewy.com PDP URL. It also explains how to source that id from a chewy_category response's products[].part_number. It does not explicitly name tools to avoid or conditions under which a sibling would be better, so it falls just short of 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