Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

chewy_product

Retrieve complete Chewy product details by numeric ID, including pricing, stock, ratings, reviews, categories, shipping weight, purchase limits, and active promotions.

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. The response also carries the item's shipping weight and package dimensions as Chewy states them, its per-order purchase limit, and any promotions currently attached to it (each with a type such as "Spend $X" or "BOGO", plus short and long descriptions).

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden, and it discloses what the response contains: normalized product fields, star-count breakdown, category breadcrumbs, Q&A, reviews, shipping dimensions, purchase limit, and promotion types. It does not cover failure modes or data freshness, but the read-only fetch behavior is clear.

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 long but every clause adds value: a clear opening statement, a detailed payload enumeration, and an id-sourcing note. It is not broken into sections, but it is front-loaded and has no filler.

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, the description covers the input source and the full response surface well enough for correct invocation. It could be more complete by noting any limits (e.g., review/Q&A pagination) or exact return format, but nothing critical is missing.

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 schema only says 'numeric id from a chewy.com PDP URL,' and the description adds a concrete example URL and the important relationship to chewy_category's products[].part_number. This is meaningful added semantic context that helps an agent construct the call correctly.

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 opens with a specific verb-resource pair ('Get a Chewy product's detail') and enumerates the exact payload fields. It distinguishes this tool from sibling product/review tools by noting it returns the full normalized detail including Q&A, reviews, shipping, promotions, and purchase limit.

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?

It gives concrete guidance for obtaining the id: from a chewy.com PDP URL or from a chewy_category response's products[].part_number. It does not explicitly name alternative sibling tools for sub-scopes like reviews-only or variants, so it stops short of full exclusion guidance.

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