Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

farfetch_designers

Retrieve a department's complete Farfetch designer directory with names, slugs, and URLs. Use each slug directly as a designer filter for Farfetch search queries.

Instructions

Farfetch designer directory. Returns a department's full designer directory (name, slug, URL). Each slug is usable directly as the designer filter on GET /farfetch/search. Public data sourced from Farfetch's own designer-directory pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
genderYesDepartment: women, men, kids

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does disclose useful behavioral context: the data is public and sourced from Farfetch's own designer-directory pages, and the output slugs are directly compatible with the search filter. It does not discuss freshness or pagination, but for a simple read-only directory tool this is adequate.

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?

The description is compact and front-loaded, with the essential return-value information in the second sentence and useful downstream guidance in the third. The opening phrase 'Farfetch designer directory' is slightly redundant with the tool name, but the overall structure is efficient.

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 directory tool with no output schema, the description provides the return fields (name, slug, URL), the department scope, and a direct integration path into /farfetch/search. This is sufficient for an agent to invoke it correctly, though it does not describe the exact response shape or edge cases.

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?

The input schema already documents the only parameter, gender, as 'Department: women, men, kids' with 100% coverage. The description adds little parameter-specific detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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?

The description states a specific verb and resource: it returns a department's full designer directory with name, slug, and URL. This clearly distinguishes it from sibling Farfetch tools like farfetch_product or farfetch_search, and the output fields are explicitly listed.

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 gives clear downstream context by explaining that each returned slug is usable directly as the designer filter on GET /farfetch/search. It does not name alternatives or explicitly say when not to use this tool, but the intended use case is clear enough for an agent to select it for designer-directory lookups.

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