Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

depop_shop

Fetch a Depop seller's public profile, ratings, sales, and current listings with optional filters for price, condition, colour, category, and sort.

Instructions

Get a Depop seller's shop. Returns a Depop seller's public shop: profile (rating, sold count, followers, bio) plus current listings, with optional price, condition, colour, category, subcategory, gender, discount, and sort filters. Public data sourced from Depop's own shop pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order: relevance, price_low_to_high, price_high_to_low, recently_listed
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
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.
usernameYesDepop seller username, e.g. from a shop page URL segment
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.
Behavior3/5

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

With no annotations, the description carries the full burden. It adds useful context by stating the data is 'public' and sourced from Depop's own shop pages, implying no auth and read-only nature. However, it does not disclose potential issues like pagination, rate limits, or behavior when a username is invalid, leaving gaps in behavioral disclosure.

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 primary purpose, then details return contents and filter options. Every sentence adds value 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?

With no output schema, the description takes responsibility for explaining return values. It names profile fields (rating, sold count, followers, bio) and notes 'current listings' with filter options, giving a solid mental model. It falls short of fully describing listing structure or pagination, but for a shop-retrieval tool this is reasonably complete.

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 coverage is 100%, so the description need not repeat parameter details. It does group the parameters into 'optional ... filters', which adds a small semantic layer, but essentially it restates what the schema already shows. Baseline 3 is appropriate since the schema does the heavy lifting.

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 clearly states a specific action ('Get a Depop seller's shop') and resource, and enumerates the return contents (profile fields plus current listings). It distinguishes from siblings like depop_item (individual item) and depop_search (search across shops/listings) by focusing on a specific seller's shop.

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?

The description implies use for retrieving a seller's shop with listings and profile data, but it does not explicitly state when to use this tool versus siblings like depop_search or depop_item, nor any exclusions. The mention of 'current listings' and filters hints at its role, but explicit guidance is absent.

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