Skip to main content
Glama

Read 1stDibs Taxonomy

read_taxonomy

Discover how items on 1stDibs are categorized. We have a taxonomy with furniture, art, jewelry, and fashion categories at the top level. This will return a list of next level categories as well as facets with their appropriate filters. You need to specify a category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory to read taxonomy for

TDQS

A4.5/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. It discloses the output (list of categories and facets) and the need for a category, giving a clear behavioral picture. It does not mention error handling or permissions, but for a read-only 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences that are focused and front-loaded with the primary purpose. Each sentence adds necessary context without redundancy.

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?

Given the tool's simplicity (one param, no output schema), the description covers its purpose, input requirement, and return value. It also provides context about the taxonomy hierarchy, making it self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only says 'Category to read taxonomy for,' while the description enriches this by listing example top-level categories (furniture, art, etc.) and emphasizing the requirement. That adds practical meaning beyond the schema.

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 the tool's function with 'Discover how items on 1stDibs are categorized' and specifies it returns next-level categories and facets. It differentiates from sibling tools like search_items and browse_items, which focus on items rather than taxonomy structure.

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 establishes a clear use case for exploring taxonomy and requires a category input with 'You need to specify a category.' However, it does not explicitly name alternatives or provide exclusion criteria, so guidance is context-rich but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

browse_items and search_items both return item lists, but browse is clearly category-driven while search is query-driven. item_details and read_taxonomy are distinct. The descriptions help differentiate the two listing tools.

Naming Consistency3/5

Most tools follow a verb_noun pattern (browse_items, read_taxonomy, search_items), but item_details breaks it by using noun_noun. The inconsistency is minor and does not impede readability.

Tool Count5/5

Four tools cover the core discovery workflow: taxonomy, browse, search, and item details. This is a well-scoped set for a marketplace listing server, with no redundancy or excessive surface.

Completeness4/5

The set covers the main actions needed to explore and retrieve item information. A minor gap is that read_taxonomy requires a category, so you cannot list all root categories without prior knowledge, but the description provides top-level categories.

Resources