Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

depop_search

Find resale fashion on Depop by keyword, filtered by price, condition, color, category, and more. Get clean listing summaries with pagination for easy browsing.

Instructions

Search Depop listings. Searches Depop's resale-fashion marketplace by free-text keyword, with optional price, condition, colour, category, subcategory, gender, kids-department, brand, discount, and sort filters, returning normalized listing summaries (title, price, brand, condition, like count, photos, sizes), a pagination cursor, and the total matching count. Public data sourced from Depop's own search API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order: relevance, price_low_to_high, price_high_to_low
afterNoOpaque pagination cursor from a previous response's next_cursor field. Omit for the first page.
queryYesFree-text keyword search
sizesNoComma-separated Depop size composite ids (format {size_set_id}.{id}, e.g. \
genderNoDepartment filter: female, male
coloursNoComma-separated colour filter: black, grey, white, brown, tan, cream, yellow, red, burgundy, orange, pink, purple, blue, navy, green, khaki, multi
is_kidsNoKids-department filter: true restricts results to kids items only, false excludes them, omitted returns both.
on_saleNoRestrict results to discounted listings
categoryNoDepop category slug: tops, bottoms, dresses, coats-jackets, jumpsuit-and-playsuit, suits, footwear, accessories, nightwear, underwear, swim-beach-wear, fancy-dress, sleepsuits-and-bodysuits, bundles, beauty, face-masks, home, tech-accessories, film, art, books-and-magazine, music, party-supplies, sports-equipment-accesories, toys, umbrella. See GET /depop/categories for a machine-readable enumeration with names and subcategories.
brand_idsNoComma-separated Depop internal numeric brand ids. Not documented by Depop -- find a brand's id by browsing its depop.com/brands/<slug>/ page.
conditionNoComma-separated condition filter: brand_new, used_like_new, used_excellent, used_good, used_fair
price_maxNoMaximum listing price in USD
price_minNoMinimum listing price in USD
subcategoryNoComma-separated Depop subcategory slug(s), scoped within category. See GET /depop/categories for the full list per category.
Behavior4/5

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

Since no annotations are provided, the description carries the full burden of disclosing behavior. It adds that the data is public and sourced from Depop's search API, which signals no authentication burden, and it reveals the response contains normalized listing summaries, a pagination cursor, and the total matching count. This provides meaningful context beyond the bare schema, though it doesn't mention rate limits or error behavior.

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 with no filler. The first sentence immediately names the action and resource, and the second packs the filter list and return value into one efficient and readable enumeration. Every phrase contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 14 parameters, no annotations, and no output schema, this description is complete enough for an agent to select and invoke it correctly. It specifies the search input, the meaningful filter dimensions, the normalization of results, and the pagination cursor behavior, while the input schema documents the remaining field-level details.

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 each parameter already has a semantic description in the schema. The prose description lists the available filter families but doesn't add format or values beyond the schema, so a baseline 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 opens with 'Search Depop listings' — a specific verb and resource — and elaborates that it searches the resale-fashion marketplace by free-text keyword with optional filters, returning normalized listing summaries. This differentiates it from sibling search tools like depop_search_sellers and depop_search_facets by stating both the target ('listings') and the exact output shape.

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 clearly conveys that this tool is for finding listings by keyword and optionally narrowing with price, condition, category, brand, and similar filters. It does not explicitly name alternatives or when to prefer them, but the strong listing-centric framing and output description give an agent sufficient context for the common case.

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