Skip to main content
Glama

Faceabot Capability Network

Validate a batch of agent exchange events

validate_exchange_batch
Read-onlyIdempotent

Canonicalize and validate a bounded batch for identifiers, idempotency, causality, privacy, secret leakage and negotiation order. Validation never persists, forwards, executes or pays.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is known. The description adds specific behavioral details beyond that: 'never persists, forwards, executes or pays' and 'canonicalize' implying transformation without side effects. This enriches the agent's understanding of the tool's side-effect-free nature.

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 sentences with no filler. The first sentence front-loads the core purpose and validation scope, and the second sentence crisply disclaims side effects. Every word earns its place.

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?

For a simple one-parameter validation tool with no output schema, the description covers the purpose, side-effect profile, and validation categories. However, it omits the event structure details and any guidance on interpreting results, leaving the agent to infer how to construct a valid batch and what a successful validation looks like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and there is only one parameter 'events' described as an array of objects with additionalProperties. The description calls it a 'bounded batch' but does not explain what fields an event object must contain, which dimensions map to which properties, or what format is expected. The agent would have to guess the event structure, making this a significant gap.

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?

States a specific verb (canonicalize and validate) and resource (bounded batch of exchange events), listing the validation dimensions (identifiers, idempotency, causality, privacy, secret leakage, negotiation order). It clearly describes the tool's function but does not explicitly differentiate from the similar sibling validate_capacity_listing, though the context makes the target resource distinct.

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: use this when you need to validate an exchange batch before any action. However, it does not explicitly state when to use this tool versus validate_capacity_listing or other validation-related tools, nor does it mention any prerequisites or exclusions.

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