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?

An annotation does not exist for the 'deactivate vs delete' semantics, and ownership enforcement is not captured in the schema or annotations. The description provides crucial behavioral context: the row is deactivated (not deleted), ownership is checked, and historical events remain available via recent_alerts. This exceeds what the readOnlyHint/idempotentHint annotations imply.

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 short sentences, front-loaded with the primary action and then the key constraints and side effects. Every word earns its place; there is no redundant phrasing 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 and good annotations, the description covers the core purpose, ownership rules, and non-destructive side effects. It even ties to recent_alerts for historical events. No significant missing information detracts from completeness.

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 already documents 'id' as 'Subscription id (uuid) returned by subscribe.' The description adds the ownership constraint ('you can only cancel your own subscriptions'), which is critical to understanding that the 'id' must belong to the caller. This goes beyond the schema's parameter description and justifies a score above the baseline of 3.

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 'Cancel a subscription by id' uses a specific verb and resource (subscription) with an explicit identifier. It clearly distinguishes itself from sibling tools like 'subscribe' and 'list_subscriptions' by stating the cancellation action. Ownership enforcement further refines the scope.

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: ownership is enforced, so only the user's own subscriptions can be canceled. It also clarifies the non-destructive nature ('deactivated, not deleted') and its relationship to 'recent_alerts.' However, it does not explicitly name alternative tools or state when not to use it, missing the full 'when/when-not' guidance.

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 tool clusters have fuzzy boundaries: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all overlap on 'find and query data,' while the five polymarket_* tools plus bet_research form a heavily overlapping prediction-market cluster. The three genuine InterPro tools are clear, but an agent would frequently struggle to pick the right meta-tool.

Naming Consistency3/5

Most tools follow a readable snake_case verb-first pattern like compare_entities, resolve_entity, and validate_claim. However, bare verbs (remember, forget, recall), product-prefixed nouns (pipeworx_feedback, pipeworx_trending), and variant suffixes (ask_pipeworx_beta, ask_pipeworx_grounded) break the pattern enough to feel inconsistent.

Tool Count2/5

34 tools is well above the typical well-scoped range, and many tools duplicate or partially overlap each other's functionality. The count is further inflated by unrelated domains—AI visibility, prediction markets, memory, subscriptions, package auditing—bundled into a server nominally named 'Interpro.'

Completeness2/5

The InterPro subset (search_entries, get_entry, entries_for_protein) is minimal and lacks obvious protein/proteome-level operations, while the rest of the server covers so many unrelated domains that no single domain has clear end-to-end coverage. The Pipeworx query side is broad, but the overall surface feels like several incomplete toolsets merged rather than one complete product.