Skip to main content
Glama

AUX RWA Action Preflight Capabilities

aux_rwa_action_preflight_capabilities
Read-onlyIdempotent

Discover the live machine-to-machine RWA evidence dialogue: AUX gathers evidence, asks action-specific questions, accepts agent confirmations or corrections, refreshes sources, and currently returns signed STOP, REVIEW, or ABORTED. PROCEED_WITH_CONFIRMATION is reserved but disabled until authoritative action-profile adapters exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.8/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, so the description correctly adds value by describing behaviors beyond safety: AUX gathers evidence, asks questions, accepts confirmations/corrections, refreshes sources, and returns signed statuses. The disclosure that PROCEED_WITH_CONFIRMATION is 'reserved but disabled' is useful state information not captured in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loads the core purpose in the first sentence. It is somewhat jargon-heavy, especially 'authoritative action-profile adapters,' and the first sentence packs many behaviors into a long colon-separated list, but overall it is still relatively efficient and earns its length.

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 zero-parameter, read-only discovery tool, the description covers the key operational facts: it exposes a live dialogue, mentions signed outcome states, and explains a reserved-but-disabled status. A remaining gap is that it does not describe the response structure or explicitly connect to the sibling start/continue tools, though the sibling list partially compensates.

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 input schema has zero parameters and schema description coverage is 100%, so there are no parameter semantics for the description to clarify; the baseline of 4 applies. The description appropriately focuses on the tool's behavioral capabilities rather than parameters.

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 names a specific operation ('Discover the live machine-to-machine RWA evidence dialogue') and frames the tool as a capability-discovery endpoint rather than an execution step. However, it does not explicitly contrast with sibling tools like aux_rwa_action_preflight_start or aux_rwa_action_preflight_continue, so differentiation rests mostly on the verb 'Discover' and the tool name.

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 this tool should be called when an agent needs to inspect the current preflight dialogue state and permitted outcomes, noting that it 'currently returns signed STOP, REVIEW, or ABORTED.' It does not explicitly state when to use this tool instead of start, continue, or evidence_evaluate, leaving usage guidance to inference rather than direct instruction.

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