Skip to main content
Glama

Merchant Discovery

merchant-discovery

Ask a natural-language question about wine, cigars, or spirits and receive curated picks from real merchants, with live inventory, prices, ratings, and direct buy links.

Instructions

Merchant Discovery — Ask a natural-language question about wine, cigars, or spirits and get curated picks from a mesh of real merchant MCP servers — an AI sommelier with live inventory, prices, ratings, and direct buy links. Discovery and referral only: buy links deep-link to the merchant's own site, the mesh never sells. Input: {message: string, prefs?: object}. Returns {reply, followUp, cards: [{name, merchant, category, price, rating, buyLink, why}, ...]}. Proxied to Grand Reserve (grand-reserve.thesteelezone.workers.dev). (3 MESH/call, a tool · commerce)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesCapability-specific payload, e.g. agent-brain: {think:'...'}; agent-memory: {action:'store'|'recall', content|query}
Behavior4/5

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

Discloses it's a proxy (proxied to Grand Reserve), costs 3 MESH/call, and that 'the mesh never sells' — clarifying the referral-only business model. Annotations provide openWorldHint=true and destructiveHint=false but not readOnlyHint, so description's disclosure of the mesh proxy and pricing adds real value beyond structured data. Could add rate-limit or auth behavior, but the core traits are well disclosed.

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?

Single dense paragraph, front-loaded with the core value proposition, followed by concrete input/output schemas and proxy/cost info. Every sentence adds information — no filler. The inline code-style object shapes are efficient and scannable.

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?

For a complex tool (nested objects, no output schema, proxied mesh call), the description covers the input contract, the card return shape with all fields, the proxying target, and pricing. The output shape explanation compensates for the absence of an output schema. Minor gap: no error/edge-case behavior, but reasonably complete for this complexity level.

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% (only 'input' parameter), but the schema's own description of 'input' is generic ('Capability-specific payload') and unhelpful. The tool description fills this gap by specifying the actual shape: {message: string, prefs?: object} and the return structure with cards fields. This is valuable meaning beyond the generic schema, though still somewhat thin on parameter format 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 answers natural-language questions about wine/cigars/spirits and returns curated picks with live inventory, prices, ratings, and buy links. It distinguishes itself from siblings like search, fetch, and mesh_discover by framing it as an 'AI sommelier' that curates across a mesh of merchant servers. Named as 'Discovery and referral only' which clarifies its unique cap.

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 explains what domain it applies to (alcohol products) and that it's a discovery/referral tool that deep-links to merchants' sites, not selling directly. It doesn't explicitly name alternative tools for when NOT to use it, but the domain specificity and mesh-proxy context imply clear usage. Slight gap: no explicit alternative naming, but context is adequate.

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/RightOnPar-LLC/mesh-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server