Skip to main content
Glama

Unsubscribe from Alerts

unsubscribe
Idempotent

Cancel a subscription by id. Ownership is enforced — you can only cancel your own subscriptions. The row is deactivated (not deleted) so its historical events stay available via recent_alerts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSubscription id (uuid) returned by subscribe.

TDQS

A4.4/5.0
Behavior5/5

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

Beyond annotations, adds ownership enforcement, soft-delete ('deactivated (not deleted)'), and that historical events stay available via recent_alerts. This gives a fuller behavioral picture even with annotations present.

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?

Two concise sentences, front-loaded with the core action, followed by relevant constraints and side effects. No filler.

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?

For a simple mutation tool with no output schema, it covers purpose, ownership, and persistence behavior. Missing explicit error cases or response, but not necessary given annotations and simplicity.

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?

Schema already fully describes the id parameter ('uuid returned by subscribe'). Description only says 'by id,' adding no additional meaning, consistent with baseline for 100% coverage.

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?

Description opens with 'Cancel a subscription by id,' a specific verb+resource statement. It also notes ownership enforcement and soft-delete behavior, distinguishing it from sibling subscribe/list_subscriptions.

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?

Provides clear context: ownership restricted to your own subscriptions, and deactivation keeps history available via recent_alerts. However, it doesn't explicitly name alternatives or state when not to use, though no direct alternative exists.

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

Multiple tools have blurry boundaries: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical (beta is explicitly 'exactly' the stable version), and ai_visibility_check vs scan_competitor_ai_presence is a single-vs-batch duplicate. The six polymarket_* tools are differentiated by long descriptions, but their overlapping concerns (edges, arbitrage, fill risk, spread) would frequently misroute an agent, and discover_tools vs suggest_questions also compete.

Naming Consistency3/5

Names follow two coexisting conventions: verb_noun for actions (get_data, resolve_entity, validate_claim) and domain-prefixed families (polymarket_*, pipeworx_*, ask_pipeworx_*). Within each family the pattern is consistent, but mixing the two styles across the set, plus outliers like generate_llms_txt and bare verbs (remember, forget, recall), makes the overall scheme feel uneven though still readable.

Tool Count2/5

34 tools is well past the 'heavy' threshold and the count is not justified by the server's stated identity: a server named 'Statec Lu' (Luxembourg statistics) contains only 3 STATEC tools buried among general data-platform, prediction-market, AI-visibility, npm-scanning, and memory utilities. The sprawling, multi-domain surface would be more coherent split into separate servers.

Completeness3/5

The STATEC subset is complete (list_dataflows → dataflow_structure → get_data forms a full browse/fetch lifecycle), and the broader research surface covers entity resolution, grounded answers, comparison, claim verification, and subscription/alert/memory management. However, the overall domain is incoherent—a STATEC server missing nothing for statistics but carrying 31 unrelated tools—and there are notable gaps such as no tool to directly fetch a pipeworx:// citation URI and no execution side for the extensive Polymarket analysis tools.