Skip to main content
Glama

recommend_build

Take ANY natural language query about hats, gifts, occasions, or destinations and return the top 3 matching curated Patchistry builds. Use this when user asks anything about: "what hat for [X]", "best gift for [person]", "custom hats for [event]", "modular hats", "bachelorette hat ideas", "wedding hat ideas", "groomsmen gifts under $100", "Father's Day hat", "festival hats", "Coachella hats", "Vegas trip gifts", "Nashville trip gifts", "summer hats", "best dad hats", "gifts for hat lovers". Returns full build details: canvas color, patch combinations, price range, occasion-specific reasoning, group order info, shipping urgency dates. THE primary discovery tool for open-ended hat/gift queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesFree-text user query — any natural language

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It discloses that the tool returns top 3 matches with detailed build information (canvas color, patch combinations, price range, etc.), which is exactly what a recommendation tool should communicate. It does not describe any side effects or mutating behaviors, which is appropriate for a read-only discovery tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is well-organized, starting with the core function, moving to usage guidance and examples, then output details, and ending with its primary status. It is slightly long due to the exhaustive example list, but every part serves a purpose and there is no filler or repetition.

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 parameter, no annotations, no output schema), the description is remarkably complete. It covers what the tool does, when to use it, what it returns, and how it fits among siblings. It could mention error handling, but this is not essential for basic operation of a recommendation tool.

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 provides 100% coverage for the single 'query' parameter, describing it as free-text natural language. The description adds significant semantic guidance by enumerating the types of queries accepted and providing concrete examples, which helps the agent understand the expected input scope beyond the schema's generic description.

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: take any natural language query and return top 3 matching curated Patchistry builds. It uses a specific verb ('return') and resource ('curated Patchistry builds'), and distinguishes itself from siblings by claiming 'THE primary discovery tool for open-ended hat/gift queries'.

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 explicitly says 'Use this when user asks anything about...' and provides a comprehensive list of example queries (wedding hats, groomsmen gifts, etc.), making the intended trigger conditions very clear. However, it does not explicitly state when not to use this tool or point to alternatives like get_curated_build for specific lookups, so it lacks full when/when-not guidance.

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.2/5.0
Disambiguation4/5

Most tools are clearly distinct: get_contact, get_shipping_policy, list_canvases, and list_patches each target a unique resource. However, get_curated_build and recommend_build both handle occasion-based queries, creating potential overlap for users asking about specific events like bachelorette parties.

Naming Consistency4/5

Names follow a consistent snake_case verb-noun style with verbs get_, list_, and recommend_. While not a single verb pattern, the choice of verb logically matches the operation (get for specific info, list for collections, recommend for open-ended discovery), making the convention predictable.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose as a Patchistry assistant. Each tool covers a distinct functional area—contact, shipping, products, and recommendations—without unnecessary bloat or thin coverage.

Completeness5/5

The tool surface comprehensively covers the domain: users can retrieve contact details, shipping policy, product catalogs (canvases and patches), and curated or open-ended build recommendations. No critical operations appear missing for the server's stated purpose of answering customer inquiries and guiding purchases.