Skip to main content
Glama

cintra-quote

Validate a BOM before quoting

validate_bom

Checks quote lines for missing identifiers and ambiguous substitution instructions. It does not price or submit the request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linesYes

TDQS

A3.9/5.0
Behavior4/5

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

Given no annotations, the description discloses it does not price or submit, clarifying it is a validation-only tool. It does not describe side effects or auth needs, but for a simple validation tool this is reasonably transparent.

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 succinct sentences, front-loaded with the core action. No wasted words; each sentence adds unique value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the tool is simple, the description does not specify the output format (e.g., returns validation errors or boolean). For a one-parameter tool with no output schema, the description should clarify what the agent should expect as a result.

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 single parameter 'lines' has a rich schema with descriptions for each property, covering over 80% of schema description coverage. The description adds no further detail on parameters, so baseline score of 3 is appropriate.

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 clearly states the verb 'Checks' and the resource 'quote lines', specifying it looks for missing identifiers and ambiguous substitution instructions. The title adds 'before quoting', distinguishing it from siblings like submit_quote_request.

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?

The description implies usage before quoting but does not explicitly state when to use it over siblings. No alternatives or when-not-to-use are mentioned, relying on the title and sibling names for context.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: capabilities info, BOM preparation, submission, and validation. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, prepare_, submit_, validate_) without deviation.

Tool Count5/5

Four tools is an appropriate count for a focused quote processing server, covering key stages without excess.

Completeness4/5

The set covers capabilities, validation, preparation, and submission. Minor gap: no tool for checking submission status or retrieving past quotes, but core workflow is complete.

Resources