Skip to main content
Glama

supplier-directory

Export the directory

supplier_export
Read-onlyIdempotent

Export the supplier directory as CSV or a Markdown table: every field, one row per supplier, A to Z by name. CSV opens in any spreadsheet; Markdown drops into a doc, a wiki or a README. Filter by category and free text first if you only want part of it. CSV is free; Markdown is Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoOnly suppliers whose fields contain this text, case-insensitive
formatNocsv (default) or markdown
categoryNoOnly suppliers in exactly this category, case-insensitive

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 cover read-only, idempotent, and non-destructive behavior. The description adds valuable context beyond that: exact output shape, sort order, format suitability (spreadsheets vs docs/wiki/README), and the licensing difference between CSV and Markdown. This goes well beyond what annotations alone communicate.

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?

Four short sentences with zero filler. The core action is front-loaded, and each sentence contributes a distinct fact: output shape and ordering, format use cases, filtering guidance, and pricing/licensing. This is an appropriately sized, well-structured description.

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 read-only export tool with no output schema, the description explains what is returned, the ordering, how to narrow results, and a key licensing constraint. It is sufficient to guide a correct call, though it leaves file-delivery mechanics (e.g., inline content vs attachment) 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?

The input schema already documents all three parameters with 100% coverage, so the baseline is 3. The description adds genuine meaning: CSV is positioned for spreadsheets, Markdown for docs/wikis/READMEs, and q/category are described as subset filters. It does not add syntax-level detail, but it improves practical understanding of the parameters.

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 opens with a specific verb and resource: 'Export the supplier directory as CSV or a Markdown table.' It adds concrete scope details—every field, one row per supplier, A to Z by name—making the tool's purpose unmistakable and clearly distinct from sibling tools like supplier_list or supplier_get.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives a concrete usage condition: filter by category and free text first if only part of the directory is wanted. However, it never explicitly contrasts this with alternatives such as supplier_list or supplier_get for lightweight viewing, so tool-selection guidance is mostly implied rather than stated.

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.