Skip to main content
Glama

The Quartermaster

Look up a maker

quartermaster_get_maker
Read-onlyIdempotent

Look up one maker in the Quartermaster ledger: grade S to D and why, how it is built, where it is made, how its off-price stock behaves (mainline or made for outlets) and how to tell, full-price ranges, and what to check before buying. Use when someone asks whether a menswear brand is any good or still good, e.g. "Is Allen Edmonds still good?" or "Are Charles Tyrwhitt shirts worth it?". Accepts loose spellings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
makerYesMaker name, e.g. "Alden", "Charles Tyrwhitt", "Red Wing".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false, and openWorld=false, so the safety profile is fully covered. The description adds one behavioral trait beyond that — 'Accepts loose spellings' — but does not discuss lookup failure behavior or result completeness for unrecognized makers.

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?

Two sentences, front-loaded with the verb and resource, then the usage trigger. The enumeration of returned fields is dense but each item earns its place by telling the agent what the record answers. Slightly long but no filler.

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?

There is no output schema, but the description compensates by listing what a lookup returns, and annotations cover the safety profile. For a one-parameter read tool this is nearly complete; only error/not-found behavior is unstated.

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?

Schema coverage is 100% so the baseline is 3, but the description adds genuine meaning with 'Accepts loose spellings,' telling the agent the maker string is matched fuzzily rather than exactly. That is the key invocation nuance for this single parameter.

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?

It states a specific verb and resource ('Look up one maker in the Quartermaster ledger') and then enumerates the record's content: grade, construction, origin, off-price behavior, price ranges, and buying checks. The singular 'one maker' implicitly distinguishes it from the sibling list_makers, so an agent can route without opening the schema.

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?

Gives an explicit trigger ('Use when someone asks whether a menswear brand is any good or still good') with two concrete example questions. It doesn't name alternatives like list_makers or check_piece, but the usage condition is unambiguous.

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