Skip to main content
Glama

EthersFlow — Trust Gate for AI Agents

verify_agent_action

Gate and verify autonomous AI agent action decisions (e.g. trades, emails, claims, API calls) via EthersFlow Multi-Model Federated Adversarial Consensus before execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoStructured contextual evidence, metadata, or source document references.
policy_idNoOptional policy pack identifier to evaluate against.
scope_hintNoOptional domain or task scope hint (e.g. 'clinical_safety', 'financial_compliance', 'legal_citation', 'cybersecurity_auditor').
agent_countNoNumber of adversarial audit nodes (2 to 7, default 3).
agent_actionYesThe proposed action the agent intends to take.
persona_presetNo
zero_retentionNoEnforce zero data retention (ZDR).
reasoning_chainNoThe agent's internal reasoning or context leading to this decision.
grounding_enabledNoEnable hybrid fact grounding verification.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral disclosure burden, but it does not explain whether the tool blocks execution, returns a verdict, persists data, requires credentials, or has side effects. 'Gate and verify' suggests a safety check, but the agent cannot infer the concrete outcome or runtime behavior.

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 a single dense sentence that front-loads the core purpose and includes concrete examples. It earns its place, though the proprietary method name adds jargon without explanatory value.

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

Completeness2/5

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

For a 9-parameter tool with a nested object and no output schema, the description is too thin. It does not describe what the agent will receive back (verdict, risk score, allow/deny), how the verification result should be interpreted, or any operational constraints beyond 'before execution.'

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?

Schema description coverage is high at 89%, so the schema already documents most parameters. The description adds no parameter-specific semantics, but the baseline of 3 is appropriate since the schema carries the weight for parameter meaning.

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 states a specific compound verb ('Gate and verify'), a clear resource ('autonomous AI agent action decisions'), concrete examples ('trades, emails, claims, API calls'), and the unique mechanism (EthersFlow Multi-Model Federated Adversarial Consensus). This is unambiguous and more specific than the tool name alone.

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 phrase 'before execution' implies the intended timing, and the examples clarify the class of actions to verify. However, there is no explicit guidance on when not to use the tool, prerequisites, or alternatives, though no sibling tools are listed.

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.