Skip to main content
Glama

AUX Transaction Preflight

aux_transaction_preflight
Read-onlyIdempotent

Evaluate a purpose-built synthetic B2B payment scenario for duplicate invoices, changed payment destinations, vendor-history anomalies, and signed decision evidence. Returns PROCEED, REVIEW, or STOP with evidence and an ES256-signed receipt. Evaluation only: never send real, masked, personal, banking, invoice, or confidential data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
proposalYes
transaction_historyYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context by explaining the tool returns an ES256-signed receipt and performs specific checks, supplementing the annotation-provided safety profile without contradicting it.

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 two sentences with no filler. The first sentence front-loads the core purpose and checks; the second delivers a critical safety caveat. Every clause carries informational weight, and the structure is highly efficient.

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 evaluation tool with rich annotations, the description covers purpose, specific checks, output decision, evidence, signed receipt, and safety constraints. The lack of parameter guidance hinders full completeness, but overall it provides enough context for correct selection and invocation understanding.

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?

The description provides no explanation of the 'proposal' or 'transaction_history' parameters, and schema description coverage is 0%. While 'scenario' vaguely implies the inputs, the description does not clarify expected structure, required nested fields, or how the inputs map to the stated checks, leaving a significant gap that the schema alone cannot fill.

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 explicitly states 'Evaluate a purpose-built synthetic B2B payment scenario' and enumerates specific checks (duplicate invoices, changed payment destinations, vendor-history anomalies, signed decision evidence). It clearly identifies the output as PROCEED/REVIEW/STOP with evidence and an ES256-signed receipt, making the tool's purpose unmistakable even without siblings.

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?

The description provides explicit context: 'Evaluation only' and a directive to never send real or confidential data, which defines when this tool should be used (synthetic scenarios) and sets clear constraints. No alternative tools are mentioned, but since there are no siblings, this level of guidance is sufficient.

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.9/5.0
Disambiguation4/5

Each tool targets a distinct domain or lifecycle step, and descriptions clearly separate capability discovery from evaluation and verification. The two evaluation-like tools (aux_evidence_evaluate and aux_transaction_preflight) could be confused at a glance, but their scenarios are explicitly differentiated.

Naming Consistency4/5

All names use the aux_ prefix with snake_case, which is a consistent and readable pattern. There is minor inconsistency in whether the final token is a verb (evaluate, verify, start, continue) or a noun (capabilities, preflight, evidence), but the overall structure is predictable.

Tool Count5/5

Ten tools is well within the ideal range and each tool earns its place: three capability discovery tools, several scenario-specific preflight evaluators, a three-step RWA dialogue flow, and a receipt verifier. Nothing feels redundant or bloated.

Completeness4/5

The surface covers discovery, evaluation, continuation, and verification across multiple financial evidence domains, including a full dialogue lifecycle for RWA actions. Minor gaps exist, such as no general status/history endpoint for past preflights, but the core workflows are complete and operational.

Resources