Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

therealreal_designers

Retrieve The RealReal designer directory by department. Get every recognized designer with IDs and slugs for use in search and designer endpoints. Returns reference data, cached and credential-free.

Instructions

Get The RealReal designer directory. Returns every designer The RealReal recognizes in one department (not just designers with currently active listings), each with an id (usable directly against search's designer_id) and slug (usable directly against the designer endpoint). The directory is segmented by department -- pass category to select one; the response's categories field lists every accepted value. This is reference data that changes rarely, so responses are cached. Credential-free public data sourced from The RealReal's own server-rendered designer directory page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoDesigner-directory department. One of: women, men, fine-jewelry, watches, art, home, kids. Defaults to women

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and delivers: it discloses data provenance ('server-rendered designer directory page'), caching behavior ('responses are cached'), authentication requirement ('Credential-free public data'), and inclusion of inactive designers ('not just designers with currently active listings'). It also tells the caller that valid category values are discoverable in the response. This is rich behavioral context beyond any structured field.

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?

Every sentence earns its place: purpose, scope, field usage, categorization, caching, and auth are each covered once without redundancy. The most important fact (what the tool does) is front-loaded, and nothing is wasted.

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 one-parameter, no-output-schema reference tool, the description is complete: it states what is returned (designers with id and slug), how to choose a department, how to consume the results (against search's designer_id and the designer endpoint), and that the data is cached and public. No critical calling or interpretation guidance is missing.

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 single optional category parameter is fully documented in the schema, including accepted values and default, so schema description coverage is 100%. The description adds only that category selects a department and that the response lists accepted values, reinforcing rather than extending the schema. Baseline 3 applies.

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 a specific verb+resource ('Get The RealReal designer directory') and immediately clarifies scope: it returns every recognized designer in one department, not just those with active listings. It distinguishes itself from the singular designer endpoint by noting each entry's slug is usable directly against that endpoint. An agent can tell it apart from siblings like therealreal_search and therealreal_designer.

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?

It explains the primary usage context: pass category to select a department, and the response's categories field lists accepted values. It also positions the data as reference data and notes it is credential-free, implying safe use, and contrasts with 'currently active listings' which are handled elsewhere. However, it never explicitly names alternative tools or says when not to use this tool, stopping just short of full routing guidance.

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