Skip to main content
Glama

PHION Payments

Subscription Spend Guard

subscription_spend_guard
Read-onlyIdempotent

Bind one recurring charge to approval, merchant, due time and per-charge/period budgets; 0.003 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usageYes
policyYes
subscriptionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the safety profile is fully covered by structured fields and the description need not repeat it. The description adds the per-invocation price (0.003 USDC) and the constraint dimensions it evaluates, which is useful, but it does not say whether 'binding' persists any state, what happens on a policy violation, or what the call returns - notably more important here given the read-only annotation.

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?

One tightly packed sentence that front-loads the action and ends with the cost; no filler. It is telegraphic and reads more like a label than prose, but every clause carries information and nothing is redundant.

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 3-required-parameter tool with fully nested schemas, 0% schema description coverage, and no output schema, the description is too thin: it never explains the undocumented 'usage' input, the atomic amount units, or the outcome of a call (approve/reject/throw). Annotations cover safety but not the semantics an agent needs to construct a valid invocation.

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?

Schema description coverage is 0% and all three parameters are nested objects with only 'period_limit_atomic' and 'next_charge_atomic' named, no units, and an entirely opaque 'usage' object. The description partially compensates by naming concepts (merchant, due time, per-charge/period budgets) and the atomic-unit convention is hinted by the price, but it does not map those concepts to the subscription/policy/usage objects or explain how to populate 'usage' at all.

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 the resource (one recurring charge/subscription) and the constraint surface it attaches (approval, merchant, due time, per-charge and period budgets), which is more specific than the title alone. However, the verb 'Bind' is unusual and the text never distinguishes this tool from budget/approval siblings such as agent_budget_guard, human_approval_policy, or payment_preflight, so an agent cannot route between them from the description alone.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use guidance, no prerequisites, and no mention of an alternative tool. With ~60 sibling guard/preflight tools, the absence of any routing signal (e.g. 'use this instead of payment_preflight for recurring charges') leaves selection to guesswork.

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.

Resources