Skip to main content
Glama

Besot: Musician Fashion Resale

get_facets

Read-onlyIdempotent

Return the values that actually exist in the catalogue for filtering a search: sizes, conditions, source platforms, artists, designers, and the price range.

Use this before search_pieces when you want to build a precise query from real values rather than guesses. For example, to check which sizes of a garment are genuinely listed right now, or which platforms currently carry a given collection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.8/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, destructiveHint. The description adds that it returns 'values that actually exist in the catalogue', reinforcing real-time snapshots. No contradiction; slightly adds context beyond annotations.

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?

Two short paragraphs: first states what it returns, second gives usage guidance. Every sentence is purposeful, with no redundancy. Front-loaded with core function.

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 no parameters and no output schema, the description adequately covers what facets are returned and when to use. With annotations providing safety and idempotency context, it's fully informative for agent decision-making.

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

Parameters5/5

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

No parameters exist, so baseline is 4. The description adds value by listing the types of facets returned (sizes, conditions, etc.), which the schema cannot convey. This fully compensates for missing parameter details.

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 it returns facet values for filtering, specifying categories like sizes, conditions, artists. It distinguishes from sibling tools like search_pieces (used for actual searching) and get_piece/list_collections, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises using this tool before search_pieces to build precise queries from real values, with examples like checking sizes or platforms. This provides clear guidance on when to use versus alternatives.

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

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing collections, getting filter facets, searching for pieces, and retrieving listings for a specific piece. The descriptions explicitly guide when to use each, leaving no ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: get_facets, get_piece, list_collections, search_pieces. No mixing of styles or conventions.

Tool Count5/5

Four tools is well-scoped for the domain of browsing and searching musician fashion resale. Each tool earns its place, covering the key operations without being under- or over-provisioned.

Completeness5/5

The tool surface covers the complete workflow: listing collections, searching pieces with facets, getting full listings for a specific piece. No obvious gaps for the intended read-only search/browse use case.

Resources