Skip to main content
Glama

subscribe_attestation_freshness

Subscribes a webhook URL to receive signed POST alerts whenever a watched wallet's persisted attestation is about to expire (attestation.expiring_soon, fires once when within attestation_expiry_warning_days of expires_at) or has expired (attestation.expired, fires once when expires_at crosses). Backed by the same paid drift subscription ($0.01) so the same callback also receives reputation.drift events unless threshold_tier_change=false and threshold_score is set high. 30-day paid window. Each POST includes X-InsureLink-Event header and the schema 'insurelink/attestation-event/v1'. Requires x402 payment ($0.01). Returns payment instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
walletYesWallet address whose attestation freshness to monitor.
callback_urlYesHTTPS endpoint that will receive POST attestation-expiry alerts.
duration_daysNoLength of the paid monitoring window in days. Default 30.
threshold_scoreNoReputation drift threshold reused on the same subscription. Default 5. Set 100 to mute drift events and only receive attestation events.
max_notificationsNoCap on POST alerts before subscription auto-exhausts. Default 100.
threshold_tier_changeNoIf true (default), tier flips also fire reputation.drift events on this subscription.
attestation_expiry_warning_daysNoHow many days before expires_at to fire attestation.expiring_soon. Default 7. Set 0 to disable early warning and only fire on attestation.expired.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: paid subscription ($0.01), 30-day window, eventual drift events, one-time firing semantics, required x402 payment, and response type ('Returns payment instructions'). It also reveals side effects like receiving extra events unless configured, and identifies event headers/schema.

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 long but information-dense, covering purpose, events, payment, and configuration in a few sentences. It's front-loaded with the core action, and each clause adds relevant detail. However, the single-block paragraph could be more scannable with bullet points, slight structural deduction.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex 7-parameter tool with no output schema, the description covers behavior well but under-specifies the return value ('Returns payment instructions' is vague). It doesn't mention whether a subscription ID is returned (needed for unsubscribe/list), nor error/edge cases like callback verification. The webhook event schema is named but not detailed. More would be expected given no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the functional relationship between threshold_score and drift muting ('Set 100 to mute drift events'), and the warning-window behavior of attestation_expiry_warning_days, which goes beyond the schema's simple property descriptions.

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 uses a specific verb ('Subscribes') and resource ('webhook URL to receive signed POST alerts'), and clearly states the two event triggers (attestation.expiring_soon, attestation.expired). It also distinguishes itself from sibling 'subscribe_reputation_drift_alerts' by explaining how drift events are included and how to mute them.

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 implies when to use this tool by explaining the subscription mechanism and payment requirements, and it explicitly contrasts with reputation drift subscriptions ('threshold_tier_change=false... Set 100 to mute drift events'). It lacks a direct 'use this instead of X' statement but provides enough context to choose correctly.

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
Disambiguation3/5

Many tools have similar purposes, such as the three simulation tools (simulate_action, simulate_paid_action, simulate_paid_action_batch) and the two payment wrappers (pay_then_call, insurelink_charge). While descriptions clarify distinctions, an agent may struggle to choose correctly without careful reading.

Naming Consistency5/5

All tool names use lowercase snake_case with a consistent verb_noun or verb_noun_noun pattern (e.g., get_reputation, subscribe_attestation_freshness). No mixing of conventions or styles.

Tool Count2/5

With 28 tools, the surface is larger than typical. While each tool serves a specific function, many could be consolidated (e.g., simulation tools, payment wrappers) to reduce cognitive load. The count exceeds the 25-tool threshold for 'too many'.

Completeness3/5

Core operations for reputation, attestation, SLA lifecycle, and payments are present. However, gaps exist: no tool to list individual SLAs or update an SLA beyond renewal/reset, and no dispute or pricing query tool. The set covers the domain but has notable missing operations.

Resources