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.4/5.0
Behavior5/5

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

Goes beyond annotations by detailing ownership enforcement and deactivation (not deletion), ensuring historical events remain via recent_alerts. No contradiction with 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-loads purpose, no unnecessary words. Efficient and clear.

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?

Covers all essential aspects: purpose, ownership, effect on data. No output schema, but return value could be implied. Slightly incomplete but sufficient for simple tool.

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 coverage is 100% and description for param 'id' already says it's from subscribe. Description adds no new semantic detail, so baseline 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?

Description clearly states it cancels a subscription by id, with ownership enforcement and deactivation vs deletion. Distinguishes from sibling tools like subscribe and 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?

Explicitly says only own subscriptions can be canceled, implying context. Could be stronger by explicitly stating when to use, but adequate given sibling tool names.

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

Several tools occupy overlapping roles: ask_pipeworx and ask_pipeworx_beta are currently identical, ask_pipeworx_grounded/deep_research/validate_claim all provide grounded answering, and bet_research/polymarket_edges/polymarket_arbitrage all surface betting opportunities. The descriptions are detailed, but the boundaries between routers and research modes are fuzzy enough that an agent could easily select the wrong one. The taxonomy, memory, and subscription clusters are distinct, but they are drowned out by the overlapping meta-tools.

Naming Consistency3/5

All names use snake_case, which provides some visual consistency, but the verb_noun pattern is not consistently applied: search_taxa/get_hierarchy are clean verb_noun, while deep_research, entity_profile, polymarket_edges, and bet_research are noun-ish or reversed patterns. There is good family-level consistency within ask_pipeworx_* and polymarket_*, but the overall set mixes conventions and requires reading descriptions to infer what each tool does.

Tool Count2/5

34 tools is well over the 25-tool threshold and reflects a sprawling multi-domain server spanning taxonomy, structured-data lookup, prediction markets, subscriptions, memory, and AI visibility. Each cluster may be individually reasonable, but as a single MCP surface it is too heavy and forces agents to filter through many irrelevant tools.

Completeness4/5

For the broad data-research and prediction-market purpose, the surface is fairly complete: it covers routing, grounded answers, deep multi-source research, entity profiles, comparisons, claim validation, entity resolution, subscriptions, alerts, memory, and market edge/fill checks. Minor gaps exist—no direct web-search tool, the beta router adds no current behavior, and some patent endpoints soft-fail—but agents can generally work around them.