Skip to main content
Glama

The questions the enquiry asks

enquiry_fields

Every field of the Made in Mexico Suppliers enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations supplied, the description carries the behavioral burden. It is transparent about the returned content, but it does not explicitly state that the operation is read-only, whether authentication is required, or whether any side effects occur.

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?

A single dense sentence front-loads the scope with 'Every field...' and then lists all relevant metadata attributes plus a downstream usage hint. There is no repetition of schema content and 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?

Given the zero-parameter input and the absence of an output schema, the description adequately explains what the tool returns and how to consume it. It does not specify the exact response container, but the listed attributes and keyed-answers note are sufficient for correct invocation.

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 schema has zero parameters, so the baseline is high and little parameter detail is needed. The description adds useful linking semantics by explaining that answers should be keyed by field key, connecting this tool's output to submit_enquiry's expected input.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is clear about what the tool exposes: every field of the enquiry, including key, label, type, required status, help text, and options. It does not use an explicit verb like 'list' or 'return', so it falls slightly short of the strongest level of purpose clarity.

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?

It gives clear usage context: retrieve the field metadata and pass answers to submit_enquiry using the field keys. It does not explicitly contrast this with enquiry_describe or other sibling tools, so it lacks full when-not-to-use 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.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: the compare_* tools separate criteria, option metadata, and the full comparison table, while the enquiry_* tools separate process explanation, field schema, and submission. No two tools appear to do the same thing.

Naming Consistency3/5

The comparison tools follow a consistent verb_noun pattern (compare_*), but the enquiry tools mix conventions: enquiry_describe is noun_verb, enquiry_fields is noun_noun, and submit_enquiry is verb_noun. The names are readable but not uniformly patterned.

Tool Count5/5

Six tools is well-scoped for this server's apparent purpose: three tools cover the comparison surface and three cover the enquiry workflow. Each tool earns its place without redundancy.

Completeness5/5

The comparison tools cover criteria, options, and the full table, providing a complete browsing experience. The enquiry tools cover describe, fields, and two-step submission, leaving no obvious dead end for the intended workflow.

Resources