Skip to main content
Glama

agent_clearance

Safety preflight before an agent runs a DESTRUCTIVE, costly or IRREVERSIBLE action (delete, deploy, transfer funds, publish, overwrite): risk assessment + reversibility check + timing + CLEAR/LIMIT/REVIEW/BLOCK verdict + a cryptographically SIGNED ClearancePacket (decision, approved amount, policy version, evidence hash, expiry, rationale) the agent keeps as proof of authorization. Agent action guardrail / clearance / human-in-the-loop gate; stops a mistake costlier than the call price. Price: $0.25 per call (x402 payment, USDC on Base mainnet).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction about to run, e.g. 'delete the production users table'
targetNoOptional target (table, address, repo, recipient)
contextNoOptional extra context (environment, prior approval)
amount_usdNoMonetary stake in USD if applicable, e.g. 250
reversibleNoOptional caller hint: is the action reversible?
action_typeNoOptional: delete|deploy|send|spend|transfer|publish|email|overwrite|approve|rotate|shutdown|other

TDQS

A4.3/5.0
Behavior5/5

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

No annotations are provided, so the description carries full responsibility. It thoroughly discloses the tool's behavior: performs risk assessment, reversibility check, timing, outputs a verdict (CLEAR/LIMIT/REVIEW/BLOCK), and produces a cryptographically signed ClearancePacket with details. It also mentions pricing and payment method (x402). This is comprehensive.

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 front-loaded with essential purpose and usage information ('Safety preflight before...'). It includes pricing and a concise summary. While slightly lengthy, every sentence adds value. Could be tightened slightly but overall 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?

Given no annotations or output schema, the description effectively explains the tool's output (ClearancePacket with decision, approved amount, policy version, etc.). It covers when to use and behavioral traits. It lacks details on authentication prerequisites but is otherwise complete for the tool's complexity.

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 coverage is 100% with adequate parameter descriptions. The tool description adds no additional semantic value beyond what the schema already provides (e.g., action, target, context, amount_usd, reversible, action_type). Baseline applies; no extra enrichment.

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 clearly identifies the tool as a 'Safety preflight' for destructive/costly actions, listing specific verbs like delete, deploy, transfer funds, etc. It distinguishes from siblings like agent_clearance_packet by stating it provides a cryptographically signed ClearancePacket as proof of authorization, and calls itself an 'Agent action guardrail / clearance / human-in-the-loop gate'.

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 explicitly states when to use the tool: 'before an agent runs a DESTRUCTIVE, costly or IRREVERSIBLE action' with examples. It implies when not to use (for non-critical actions) but does not explicitly name alternative tools. The context is clear and actionable.

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

Most tools have distinct purposes with detailed descriptions. However, there are clusters of similar tools (e.g., multiple token safety and pre-trade verdict tools for different chains) that could cause confusion, though descriptions help differentiate.

Naming Consistency5/5

All tool names follow a consistent pattern of lowercase snake_case with descriptive prefixes (e.g., agent_, crypto_, x402_). No mixing of conventions or ambiguous names.

Tool Count2/5

52 tools is excessive for a single server, covering a wide range of unrelated domains (crypto, legal, climate, transport, etc.). This overwhelms an agent and suggests a lack of focus.

Completeness2/5

The server lacks a coherent domain; it offers one-off tools across many areas but misses fundamental operations for any specific domain (e.g., no company registry for US, no order placement for crypto). Significant gaps exist.

Resources