Skip to main content
Glama

Validate a product batch

validate_batch
Read-onlyIdempotent

Validate up to 100 products and 3 formats for free. Arguments are the render input directly. Returns validity, product count, expected asset count and validation warnings; no rendered assets or toolkit source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYes
styleNoeditorial
themeNolime
formatsNo
productsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate readOnly/idempotent/non-destructive behavior, and the description adds meaningful extra context: it returns only summary data, not rendered assets or toolkit source. Nothing here contradicts the annotations or hides side effects.

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?

The description is only two sentences, with the most decision-relevant facts presented first: scope and cost, input relationship, and return behavior. There is no fluff or redundant wording.

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 tool with no output schema, the description supplies the key returned fields and explicitly states what it will not return. Combined with the detailed input schema and read-only annotations, this is enough for an agent to call it correctly, though it could say slightly more about the validation-warning format or detailed failure modes.

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 statement 'Arguments are the render input directly' is genuinely useful because it tells the agent to reuse the same render payload rather than wrap it. However, it does not explain the meaning of brand, products, style, theme, or formats, so most parameter semantics are left to schema constraints despite the reported 0% schema description coverage.

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 uses a specific verb and resource: 'Validate ... product batch', with clear bounds ('up to 100 products and 3 formats') and expected outputs ('validity, product count, expected asset count and validation warnings'). This clearly separates it from the evidence-related and preview sibling tools.

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 'free' constraint and 'no rendered assets or toolkit source' clause make the intended use case—validation as a preflight check—broadly clear. However, it does not explicitly compare against sibling tools like preview_assets or validate_evidence_request, nor state when one should be preferred over this one.

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