Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

nike_product

Fetch Nike product details by providing the product slug and style-color ID. Returns normalized product data covering pricing, images, sizes, and all color variants.

Instructions

Get a Nike product. Returns normalized product-detail data for one color variant: title, description, pricing, images, every offered size, and every other available color. slug and style_color together reproduce Nike's own product page URL (nike.com/t//) and are both returned by nike-search's product colors[].slug and colors[].style_color fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProduct-detail URL slug, from a search result's colors[].slug field
style_colorYesStyle-color id, from a search result's colors[].style_color field
Behavior4/5

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

With no annotations, the description carries full behavioral disclosure, and it does so well: it states the operation is a read that returns 'normalized' data, targets exactly one color variant rather than the entire product, and names the output dimensions. It also reveals the slug/style_color relationship to Nike's canonical URL. It stops short of mentioning failure/error behavior or currency/locale assumptions, but nothing here contradicts the tool's read-only nature.

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?

Three sentences accomplish three jobs with no wasted words: the scope declaration (one color variant), the output summary (fields returned), and the input key provenance (nike-search tie-in + URL). The riskiest detail, that it is a single-variant fetch, is front-loaded instead of buried.

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?

The tool has no output schema and no annotations, but the description gives the agent the essential contract: what is required (slug, style_color), where those come from, what data comes back, and the exact URL it maps to. The omissions (error behavior, currency, image size conventions) are tolerable for a single-product 'get' call, making this near-complete.

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?

Schema coverage is 100%, so the baseline is 3 even with no parameter prose. The description adds meaningful semantics on top: slug and style_color 'together reproduce Nike's own product page URL' and are derived from the same colors[] array in search results. This relational information strengthens the two separate opaque identifiers into a compound key with a known URL format.

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?

Opens with a specific verb and resource ('Get a Nike product') and immediately narrows scope to 'one color variant' with an enumeration of returned fields (title, description, pricing, images, sizes, alternate colors). This distinguishes it clearly from siblings such as nike_search (query results), nike_product_reviews (feedback), and nike_categories (menu structure), so an agent can tell it apart even before reading the schema.

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 establishes the intended call pattern by stating that both inputs come from a preceding nike-search result's colors[].slug and colors[].style_color fields, so an agent knows it should follow a search with this detail lookup. It does not explicitly name alternatives to avoid (e.g., 'use nike_product_reviews for reviews'), but the clear field-level provenance is strong contextual guidance.

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