Agent Reserve Protocol Authorization Firewall
Server Details
Advisory policy preflight for AI-agent spend requests; never executes payments or accesses wallets.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusing it with another. The purpose is clearly scoped to spend request evaluation.
With a single tool, naming consistency is trivially maintained. The verb_noun pattern is clear and appropriate.
One tool feels thin for a component titled 'Authorization Firewall,' but the advisory-only scope may justify a minimal surface. It borders on reasonable but lacks supporting operations.
The tool only performs preflight authorization checks. There are no tools for managing the owner-defined mandate, policy configuration, or enforcement, leaving significant gaps for the implied domain.
Available Tools
1 toolevaluate_agent_spend_requestEvaluate agent spend requestARead-onlyIdempotentInspect
Return eligible, escalate, or block under an owner-defined mandate. Advisory preflight only; never executes payment or accesses a wallet.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| mandateValid | Yes | Whether a current owner-approved mandate exists. | |
| vendorStatus | Yes | ||
| receiptStatus | Yes | ||
| dailyRemaining | Yes | ||
| perRequestLimit | Yes |
TDQS
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 beyond those hints: it is advisory-only, does not execute payment, does not access a wallet, and returns one of three triage labels. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single compact sentence with no filler. It front-loads the core behavior (what it returns) and then adds the critical safety qualifier (advisory, no payment/wallet access). Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a 6-parameter decision tool with no output schema, the description states the return categories and assures no side effects. The parameter names and enums are mostly self-explanatory, and the closed-world/read-only annotations cover safety. It stops short of explaining the mapping of inputs to outputs, but that is plausibly intentional since the mandate is owner-defined.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 17% (only mandateValid has a description). The description references the mandate concept but does not explain the meaning of vendorStatus, receiptStatus, amount, perRequestLimit, or dailyRemaining, nor how they combine to produce a decision. With such low schema coverage, the description needed to compensate and largely does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and result—'Return eligible, escalate, or block'—and identifies the resource as an agent spend request under an owner-defined mandate. It also disambiguates the tool's nature with 'Advisory preflight only', making its role unmistakable even with no sibling tools to differentiate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There are no sibling tools, so no alternative routing is needed. The description gives clear usage context: this is a preflight evaluation tool. It also provides an explicit when-not boundary with 'never executes payment or accesses a wallet', which helps an agent avoid misuse. A 5 would require an explicit 'use when' statement or explicit alternative names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- First observed
evaluate_agent_spend_request
Related MCP Connectors
Pre-spend firewall for AI agents. Approves, blocks, flags transactions against policy rules.
Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.
Risk preflight for AI Agent tool actions and Polymarket settlement and execution checks.
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceAutonomous financial policy engine and budget guard for AI agent fleets. It verifies payment payloads, velocity caps, escrow release terms, and slippage inflation, returning risk verdicts and signed attestations.1MIT- FlicenseNot gradedqualityCmaintenanceEnables AI agents to propose wallet payments while a local, human-authored policy decides whether each transaction is approved, requires human confirmation, or is refused, and records every decision in a signed, append-only ledger.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to verify proposed payments against their assigned task, budgets, permitted categories, and counterparties, returning an ALLOW or DENY decision with a tamper-evident audit trail.MIT
- AlicenseNot gradedqualityCmaintenanceGoverns AI agents' spending by enforcing budgets, approvals, and kill switches before any payment, providing an MCP interface for tool calls with policy checks.Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.