Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

goat_search

Search GOAT's catalog of sneakers, streetwear, and collectibles by keyword or filter by brand, category, color, price, release date, and more to find product details, stock status, and pricing across all sizes.

Instructions

Search GOAT products. Searches or browses GOAT's sneaker/streetwear/collectibles catalog by free-text query and/or facet filters (category, footwear sub-type, activity, color, gender, condition, brand, release year, price range, release-date range, silhouette, designer, in-stock/under-retail/instant-ship, curated collection), returning normalized product summaries (brand, silhouette, category, image, stock status, headline pricing across all sizes) plus the total matching count. Query is optional -- a facet filter alone browses the catalog the same way GOAT's own category/brand pages do. Credential-free public data from the same JSON API backing GOAT's own search page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed result page, defaults to 1
sortNoResult sort order, defaults to relevance
limitNoResults per page, defaults to 12, maximum 100
queryNoFree-text search query, e.g. a model name, colorway, or style code. Optional -- omit to browse by facet filters alone
yearsNoFilter by season year(s), comma-separated, e.g. 2025,2026. See GET /goat/search/facets for the current live list
brandsNoFilter by one or more brand slugs, comma-separated, e.g. air-jordan,nike. GET /goat/search/facets lists GOAT's top brands; long-tail brands are valid here even when absent from that list
colorsNoFilter by color, comma-separated for multiple values
gendersNoFilter by gender, comma-separated for multiple values
in_stockNoOnly include products currently in stock
designersNoFilter by one or more designers, comma-separated, matching GOAT's own naming (see a product's designer field)
activitiesNoFilter by activity (sneakers only), comma-separated for multiple values
categoriesNoFilter by category, comma-separated for multiple values. See GET /goat/search/facets for the current live list
conditionsNoFilter by item condition, comma-separated for multiple values
silhouettesNoFilter by one or more silhouettes, comma-separated, matching GOAT's own naming (see a product's silhouette field)
instant_shipNoOnly include products with GOAT Instant Ship availability
under_retailNoOnly include products currently trading below original retail price
product_typesNoFilter by footwear sub-type, comma-separated for multiple values
released_afterNoOnly include products released on or after this date (YYYY-MM-DD, UTC)
collection_slugNoScope results to a GOAT curated collection (see GET /goat/collection), combinable with query, every other filter, and sort
price_cents_maxNoOnly include results priced at or below this amount, in cents
price_cents_minNoOnly include results priced at or above this amount, in cents
released_beforeNoOnly include products released on or before this date (YYYY-MM-DD, UTC)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.3/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 that access is credential-free, that it uses the same JSON API as GOAT's search page, that query is optional, and what the returned summaries contain. It doesn't mention rate limits or error behavior, but this is solid for a public read-only search tool.

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 long but every clause earns its place: purpose, facet types, return shape, optional-query behavior, and access model. It is front-loaded with the core action and remains appropriately dense for a 22-parameter tool.

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

Completeness5/5

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

For a complex 22-param tool with no annotations and no output schema, the description covers the essential ground: what it searches/browses, how to use it with or without a query, what results look like, and that no credentials are needed. Schema covers parameter details, and the description adds the return-shape context the missing output schema would otherwise need to provide.

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%, so the baseline is 3. The description's facet list and optional-query note largely echo schema descriptions; it adds little new parameter-level meaning beyond what the input schema already provides.

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?

Description states a specific verb ('Search... Searches or browses') and resource ('GOAT's sneaker/streetwear/collectibles catalog'), and specifies both input modes (free-text query and/or facet filters) and output (normalized product summaries plus total matching count). This clearly differentiates it from siblings like goat_search_facets or goat_product, 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 Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives clear context: query is optional, facet-filter-only browsing mirrors GOAT's own category/brand pages, and the data is credential-free public. However, it never explicitly names alternatives such as goat_search_facets for valid facet values or goat_product for detail, nor states 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.

Install Server

Other Tools