Skip to main content
Glama

The Quartermaster

List graded makers

quartermaster_list_makers
Read-onlyIdempotent

List makers graded in the Quartermaster ledger, best first, optionally filtered by category, minimum grade, and how their off-price stock behaves. Use for questions like "who makes good boots under $300", "best jeans that last" or "which shirt brands are worth it".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoOne of: shoes (Leather shoes), boots (Boots), sneakers (Sneakers), tailoring (Suits, jackets, trousers), shirts (Shirts), knitwear (Knitwear), outerwear (Outerwear), watches (Watches), denim (Jeans), tees (Tees and polos), chore (Chore jackets and overshirts), chinos (Chinos and cotton trousers).
min_gradeNo
off_priceNomainline: off-price stock is the real line; made-for-outlet: a cheaper line under the same name; rare: seldom discounted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the meaningful ordering trait ("best first") and that filters are optional, but says nothing about result limits, pagination, or how many makers are returned.

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 efficiently packed sentences with the core purpose front-loaded. The example-question list is slightly padded but earns its place as usage guidance rather than restating the name.

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 no-required-param read-only lister with no output schema, the description covers purpose, ordering, and filters adequately. Missing only minor details like return volume or default ordering semantics, which are not critical here.

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 67% and all three parameters are enums. The description references the category, minimum-grade, and off-price filters in prose, and the schema documents category and off_price in detail, but no param-level meaning is added beyond what the schema already conveys (min_grade remains undocumented). Baseline 3.

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?

States a specific verb and resource ("List makers graded in the Quartermaster ledger") and distinguishes itself from the singular sibling quartermaster_get_maker by being a list. An agent can tell what this returns and its ordering ("best first") 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?

Provides concrete example questions ("who makes good boots under $300", "best jeans that last") that map cleanly onto intended use. It does not explicitly name the alternative sibling (get_maker for a single maker, check_piece for a specific item) or state when not to use it, so it stops short of full routing 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.

Resources