Skip to main content
Glama

Register a stopped monitor subscription

register_monitor_subscription
Idempotent

Registers a Base Sepolia wallet and validated policy in stopped state. Payment and operator approval are still required before activation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNo
policyYes
chainIdYes
walletAddressYes

TDQS

A3.9/5.0
Behavior4/5

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

Beyond the annotations, the description adds useful behavioral context: the created subscription is not active, and activation requires payment and operator approval. It does not contradict the annotations' readOnlyHint=false, idempotentHint=true, or destructiveHint=false.

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 with no filler. The most important fact—stopped state—appears early, and the activation prerequisite is stated succinctly.

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 tool with a nested policy object, four parameters, no output schema, and no parameter-level guidance, this description is too thin. It communicates the lifecycle state well but leaves policy semantics, return value, and behavior on repeated registration completely unexplained. The schema and annotations alone do not make the tool safely invokable.

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%, so the description needed to compensate for parameter meaning. It identifies 'Base Sepolia' and 'validated policy,' but offers no substantive explanation of the walletAddress, label, or the policy's many nested fields. The parameter names in the schema still do most of the semantic work.

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 specifies the action ('Registers'), the resource (a Base Sepolia monitor subscription), and the resulting state ('stopped state'). It also distinguishes itself from sibling tools like stop_monitor_subscription by making clear that this is the initial registration, not an activation or state change.

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 gives clear context: this tool only registers in stopped state, and payment plus operator approval are still needed before activation. It does not explicitly name alternatives or edge cases, so it stops short of a full 5, but the usage context is unambiguous.

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

Most tools target clearly distinct resource/action pairs (alerts, endpoints, risk, capabilities), and the challenge tools are differentiated by DNS TXT vs endpoint challenge in their names and descriptions. However, create_monitor_a2a_endpoint_challenge and create_monitor_a2a_dns_txt_challenge are similar enough that an agent could still need extra context to choose correctly.

Naming Consistency4/5

All tool names use snake_case with a clear leading verb and largely follow a verb_domain_resource pattern. Minor inconsistencies exist: get_aegis_capabilities uses 'aegis' while most other tools use 'monitor', and verify_risk drops the domain prefix entirely.

Tool Count5/5

11 tools cover three coherent clusters (alerts, A2A endpoint verification, and risk/capabilities) without feeling bloated or redundant. Each tool adds a distinct operation, and the count is well within the ideal range for a domain-specific server.

Completeness3/5

Alert management is reasonably covered with list/get/update, and risk verification has capabilities plus verify. However, the A2A endpoint flow has notable gaps: there is no verification tool for the 15-minute endpoint challenge and no tool to enable delivery or activate a verified endpoint.

Resources