Skip to main content
Glama

concierge_document

Read-onlyIdempotent

The shop's concierge as a document: the questions it asks, the catalog it prices against, the formula, and how it ends. Read this to know what a walk will ask before you start one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shopYesthe shop's slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already disclose read-only, idempotent, and non-destructive behavior. The description adds value by explaining what the document contains and its role as a precursor to a walk, reinforcing that no side effects occur. It does not describe the return format, but the strong annotation coverage lowers the disclosure burden.

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 sentences with zero filler: the first states what the document is and its contents, the second gives the practical usage guidance. Information is front-loaded and every phrase earns its place.

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 simple read-only document lookup with a single documented parameter and no output schema, the description covers what the document is and when to read it. It could explicitly state that the return value is the document text, but the 'document' framing makes this inferable, so the gap is minor.

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 only parameter, 'shop', is fully documented in the schema as 'the shop's slug' (100% coverage). The description adds no additional parameter-level meaning, but the schema alone sufficiently explains how to populate the argument.

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 precisely identifies the tool as a document ('the shop's concierge as a document') and enumerates its contents: the questions it asks, the catalog, the formula, and the ending. It frames the action as reading the document before starting a walk, which clearly distinguishes it from execution-oriented siblings like concierge_walk and concierge_ask.

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 phrase 'Read this to know what a walk will ask before you start one' provides a clear condition for when to use the tool: before initiating a concierge walk. It implies the alternative (actually running a walk) without naming the specific sibling or stating exclusions, but the context is sufficient for an agent to route correctly.

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.

Resources