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.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false, idempotentHint=true), the description adds critical behavior: ownership enforcement ('you can only cancel your own subscriptions'), the deactivation mechanism ('the row is deactivated (not deleted)'), and the impact on historical events ('stay available via recent_alerts'). This fully explains the non-destructive, idempotent nature without contradicting annotations.

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 sentences, front-loaded with the core action. The details (ownership, deactivation, recent_alerts) are relevant and add depth without wasting words. No redundant information or filler.

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

Completeness5/5

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

For a single-parameter tool with no output schema, the description covers all essential aspects: the action, the input constraint (ownership), the state change (deactivation), and the impact on related data (recent_alerts). It is sufficiently complete for an agent to invoke the tool correctly and anticipate results.

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?

The schema covers the parameter fully ('Subscription id (uuid) returned by subscribe'), so baseline is 3. The description adds the ownership constraint ('you can only cancel your own subscriptions') which clarifies that the id must belong to the calling user. This extra semantic context justifies one point above baseline.

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 ('Cancel') with a clear resource ('a subscription') and identifies it by 'id'. It clearly distinguishes itself from sibling tools like subscribe (create) and list_subscriptions (list) by focusing on the cancellation action.

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 on when to use the tool (when you have a subscription id you own and want to cancel it) and implies constraints (ownership, deactivation vs. deletion). It does not explicitly name alternative tools, but the effect description ('deactivated not deleted') helps the agent reason about consequences. Lacks explicit 'when not to use' guidance, so not a 5.

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

Several tools have unclear boundaries: ask_pipeworx, ask_pipeworx_beta (currently functionally identical), ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all route to the same underlying catalog with only subtle differences. The Polymarket cluster (bet_research, polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread) also substantially overlaps in purpose, and the two unrelated domains (GIS vs. data/betting) make it worse.

Naming Consistency3/5

Names are readable and form some predictable clusters (polymarket_* prefix, ask_pipeworx_* suffixes, subscribe/unsubscribe/list_subscriptions), but conventions are mixed: bare verbs (remember, forget, recall), noun_noun (layer_info, entity_profile, pipeworx_feedback), verb_noun (query_layer, search_datasets), and adjective_noun (deep_research, recent_alerts). No single pattern dominates, though nothing is chaotic.

Tool Count2/5

34 tools is well above the 25+ threshold for a heavy surface, and the count is not justified by the server's stated identity: only 3 of 34 tools (search_datasets, layer_info, query_layer) relate to ArcGIS Glasgow. The remaining 31 tools belong to several unrelated domains (Pipeworx data querying, Polymarket betting, AI visibility, memory, npm scanning), making the effective scope far too broad.

Completeness2/5

For the server's named ArcGIS Glasgow domain, the surface is thin: search, schema inspection, and query are present, but there is no way to list all datasets, no spatial querying, and no write/update capability. Meanwhile the 31 non-GIS tools create a sprawling second server's worth of functionality, so the set as a whole has no coherent domain whose coverage can be judged complete.