Skip to main content
Glama

ActionGate

Risk Score

risk_score
Read-onlyIdempotent

Score the risk of a proposed agent action before execution. Paid via x402 or API key credits. Free tier: 20 risk score calls/day per client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorYesActor metadata for the agent proposing the action.
actionYesAction payload to evaluate. Additional action-specific fields are accepted as passthrough.
contextNoOptional execution context such as chain state, balances, or treasury metadata.
request_idNoOptional caller-supplied request identifier for tracing and receipts.

TDQS

A4.2/5.0
Behavior4/5

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

The description adds valuable behavioral context beyond the annotations, specifically that the tool is paid via x402 or API key credits with a free tier of 20 calls/day. This is not disclosed in the annotations or schema. The description does not contradict the readOnlyHint or idempotentHint.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the primary purpose, and every word earns its place. The second sentence provides critical billing/quota details without bloat.

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?

The description, combined with rich schema and annotations, provides enough context for an agent to select and invoke the tool correctly. It covers purpose, payment, and rate limits, though it does not describe the exact return format (risk score value/range), which is not critical for selection.

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?

The input schema has 100% description coverage for all parameters, including nested objects. The description itself adds no parameter-specific meaning, but the schema already does the heavy lifting. Baseline of 3 is appropriate.

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 states the tool's function: scoring the risk of a proposed agent action before execution. It uses a specific verb ('score') and resource ('risk of a proposed agent action'), and the timing ('before execution') distinguishes it from other tools like simulate or policy_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 provides clear context for when to use the tool (before executing an agent action), but it does not explicitly mention alternatives or when not to use it. The payment and rate-limit information also helps set expectations for usage.

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

Each tool targets a distinct operation: balance for credit check, request_api_key and top_up for key lifecycle, and policy_gate, risk_score, and simulate for action evaluation. There is no meaningful overlap between any two tools.

Naming Consistency2/5

Tool names follow no consistent pattern: simulate is a bare verb, request_api_key is verb_object, top_up is a phrasal verb, while balance, policy_gate, and risk_score are noun-like compounds. The mix of conventions makes the set feel inconsistent.

Tool Count5/5

Six tools is a well-scoped number for this server's purpose, covering both financial management (balance, top_up, request_api_key) and action evaluation (policy_gate, risk_score, simulate). No tool feels redundant or unnecessary.

Completeness3/5

The server covers the core workflows: creating a key, checking balance, topping up, and evaluating actions. However, it lacks lifecycle operations like revoking or deleting a key, and there is no way to retrieve key details beyond balance, which leaves some gaps.

Resources