Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

tiffany_category

Retrieve a single page of Tiffany & Co. products from any category, using optional filters like material, gemstone, color, and sorting options.

Instructions

Browse a Tiffany & Co. category. Returns one page of a Tiffany & Co. category/browse listing. category is a category id from tiffany-categories's own id field (e.g. ecommerce_us_jewelry_necklaces_and_pendants). sort selects recommended (default), price_asc, price_desc, or newest. material, gemstone, color, product_type, gender, and designer are optional single-value filters -- see tiffany-filters for the live covered value space for each. A hub-level or emptied-out category id, or a filter combination with no matches, returns a well-formed empty result rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoOne-based page
sortNoSort order
colorNoColor filter -- see tiffany-filters
genderNoGender filter -- see tiffany-filters
categoryYesCategory id -- see tiffany-categories
designerNoDesigner/collection filter -- see tiffany-filters
gemstoneNoGemstone filter -- see tiffany-filters
materialNoMaterial filter -- see tiffany-filters
per_pageNoResults per page
product_typeNoProduct type filter -- see tiffany-filters

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4/5.0
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 of disclosing behavior. It does disclose that the tool returns one page, that filters are single-value, and that empty or hub-level categories return a well-formed empty result. Nonetheless, it does not describe pagination methods (e.g., how to fetch additional pages), response structure, or any potential rate limits or auth requirements. These gaps are significant for a browsing tool with no output schema.

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 composed of four dense sentences that front-load the primary purpose and then systematically cover parameter semantics and edge-case behavior. It avoids redundancy and conveys essential information efficiently, though it could be slightly more concise by removing some phrasing like 'category/browse listing'.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (10 parameters, pagination, multiple filters) and lack of output schema, the description covers the core purpose and parameter sources but omits details about pagination semantics (e.g., how page and per_page interact) and what fields are returned per product. It also doesn't explain how to fetch subsequent pages. While it references supporting tools for filter values, the description is not fully complete for an agent to make advanced calls without additional inference.

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

Parameters4/5

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

The input schema already describes all 10 parameters with 100% coverage, so the description adds value by specifying that 'sort selects recommended (default), price_asc, price_desc, or newest', thereby indicating the default value. It also clarifies that filters are 'optional single-value filters' and that category IDs come from tiffany-categories, augmenting the schema's basic enum and reference descriptions.

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's purpose: to 'Browse a Tiffany & Co. category' and returns 'one page of a Tiffany & Co. category/browse listing'. It identifies the resource (category) and the action (browse) precisely. It also names the sub-tools that provide the category IDs and filter values, distinguishing this from siblings like tiffany_search and tiffany_product.

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 explains that 'category is a category id from tiffany-categories's own id field' and instructs to 'see tiffany-filters for the live covered value space for each' filter, providing specific dependencies. It also states that invalid category IDs return empty results rather than errors, which guides expected behavior. However, it does not explicitly contrast this with alternative tools like tiffany_search or tiffany_product, so the guidance is not fully explicit about when not to use this tool.

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