Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fashionphile_products

Fetch paginated product listings from Fashionphile's public catalog, returning normalized JSON with product details. Use page and limit parameters to control results.

Instructions

List Fashionphile products. Returns normalized products from Fashionphile's (https://www.fashionphile.com) public product catalog. The storefront URL is fixed server-side. Valid empty result pages return 200 with an empty products array.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page, defaults to 1
limitNoMaximum products, defaults to 50 and supports up to 250

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?

Provides useful behavioral context: returns normalized products and notes that empty result pages return 200 with an empty array. However, with no annotations, the description carries the full burden and does not disclose rate limits, auth, or pagination details beyond the empty-page note.

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?

Two sentences, concise and front-loaded with the action. Every sentence provides value, though it could potentially mention more about response shape, but it is not bloated.

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?

For a simple list tool with pagination, the description covers the essential behavior and the empty-page case. It does not describe the full response structure (fields, pagination metadata), but given the lack of an output schema, a bit more could be added. Still, it is adequate for an agent to call it 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% for both parameters (page and limit), so the description does not need to add extra meaning. The description itself adds no parameter details beyond the schema, so baseline 3 is appropriate.

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?

States a clear verb ('List') and resource ('Fashionphile products'), and clarifies it's from the public product catalog. Does not explicitly differentiate from siblings like fashionphile_search or fashionphile_collection_products, but the name and phrasing make the listing nature clear.

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

Usage Guidelines3/5

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

Implies usage for listing all products, but does not mention when to use this instead of alternatives like fashionphile_search or fashionphile_collection_products. No explicit exclusions or context provided.

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