Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fashionnova_product

Get normalized Fashion Nova product data by providing the product's URL slug. Returns structured JSON details for the product handle.

Instructions

Get a Fashion Nova product. Returns normalized product detail for one Fashion Nova (https://www.fashionnova.com) product handle. The storefront URL is fixed server-side; handle is the product's URL slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesProduct handle
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 behavioral burden. It usefully discloses that the storefront URL is fixed server-side and that output is normalized product detail, implying a read-only lookup. However, it does not explicitly state that there are no side effects or what happens on invalid handles, leaving some behavioral gaps.

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?

Two short sentences front-load the core purpose and then add necessary context about normalization and URL construction. There is no filler, tautology, or redundant restatement of the tool name; every sentence earns its place.

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 read tool with no annotations and no output schema, the description is mostly complete: it explains the input semantics, the output type (normalized product detail), and the fixed server-side base URL. It lacks guidance on discovering handles and the exact fields returned, but these are minor given the tool's simplicity.

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 only says 'Product handle,' but the description adds meaning by defining handle as the product's URL slug and clarifying the storefront URL is fixed server-side, so the handle is not a full URL. This enriches the schema beyond its baseline 100% coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource ('Get a Fashion Nova product') and clarifies it returns normalized product detail for a single product handle. This singular scope separates it from plural/list and recommendation siblings like fashionnova_products and fashionnova_product_recommendations, though it does not name them explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

There is no explicit guidance about when to choose this tool over sibling tools such as fashionnova_products, fashionnova_search_suggest, or fashionnova_collection_products. The description states what the tool does but not how to discover a handle or when this tool is preferred, so an agent must infer usage from the tool name and sibling context.

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