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?

The description reveals that cancellation deactivates rather than deletes the subscription, preserving historical events—context that the annotations (idempotentHint, destructiveHint) only hint at. This adds value beyond annotations and is consistent with them.

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 long, front-loads the primary action ('Cancel a subscription by id'), and provides necessary additional context without any wasted words.

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 simple one-parameter tool, the description covers purpose, behavioral implications (ownership, deactivation), side effects (historical events preserved), and links to a related tool (recent_alerts). No output schema is needed, and the description is fully informative.

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 input schema covers the single parameter 'id' at 100% with a basic description. The tool description adds value by noting the id is 'returned by subscribe', linking to the subscription creation tool—a useful cross-reference not present in the schema alone.

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 verb 'Cancel' and resource 'subscription by id'. It distinguishes itself from sibling tools like 'subscribe' (creating) and 'list_subscriptions' (viewing) by focusing on cancellation. The mention of 'recent_alerts' for historical events further clarifies its role.

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 explicitly states ownership enforcement ('you can only cancel your own subscriptions'), which is a key usage constraint. It also describes the deactivation behavior and links to 'recent_alerts' for history, but lacks explicit when-not-to-use guidance or comparisons to alternative tools like 'subscribe' or 'list_subscriptions'.

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

The ask_pipeworx / ask_pipeworx_beta / ask_pipeworx_grounded / deep_research cluster overlaps heavily on question-routing, and the six polymarket_* tools all operate on prediction-market edges and can be confused. The ipma_*, memory, and subscription tools are distinct, but the overlapping clusters create real misselection risk.

Naming Consistency3/5

Snake_case is used throughout and there are clear prefix groups (ipma_*, ask_pipeworx, polymarket_*), but the rest mix verb-first (compare_entities, discover_tools), noun-first (entity_profile, bet_research), and bare verbs (remember, recall, forget). Readable overall, but no consistent verb_noun convention.

Tool Count2/5

36 tools is heavy, and the server name 'Ipma Pt' implies a narrow Portugal-weather service while 31 of the tools belong to a broad Pipeworx data/prediction-market platform. The scope mismatch makes the count feel bloated rather than curated.

Completeness4/5

The dominant Pipeworx domain is well covered: querying, grounded answers, deep research, entity resolution, comparison, claim validation, subscriptions, memory, and tool discovery are all present with few dead ends. Minor gaps exist (e.g., no general web search tool, thin IPMA historical/warning coverage), but agents can work around them.