Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fashionphile_product_recommendations

Fetch related or complementary product recommendations for a Fashionphile product handle, with configurable limit.

Instructions

List Fashionphile product recommendations. Returns normalized recommended products for one Fashionphile (https://www.fashionphile.com) product handle. The route handle is resolved to a Shopify product id before fetching recommendations. The storefront URL is fixed server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum products, defaults to 10 and supports up to 20
handleYesProduct handle
intentNoRecommendation intent. Allowed values: related, complementary

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It adds context about internal resolution (handle to Shopify product id) and fixed storefront URL, which is useful. However, it does not disclose safety, rate limits, or potential error cases. It implies a read operation but does not explicitly state that it is non-destructive or what 'normalized' means.

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 two sentences, front-loaded with the core purpose. Every sentence earns its place, with no filler or redundancy.

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 simple recommendation tool, the description is fairly complete: it states the input (handle), the output (normalized recommended products), and relevant internal details. It does not describe the return format, but no output schema is present, so some ambiguity remains. Overall, it covers essential context for an agent to invoke the tool correctly.

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 schema already documents all three parameters. The description adds a minor detail about handle resolution to a Shopify product id, which enriches the handle parameter meaning, but does not significantly extend beyond schema for limit and intent.

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 states a specific verb and resource: 'List Fashionphile product recommendations' for a product handle. It is clear what the tool does, but it does not explicitly differentiate from siblings like fashionphile_product or fashionphile_products, though the purpose is evident from the name and phrasing.

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?

No guidance is provided on when to use this tool versus alternatives such as fashionphile_product, fashionphile_products, or fashionphile_search. The description does not mention exclusions, prerequisites, or conditions for selecting this tool over siblings.

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