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

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

Discloses that the row is deactivated (not deleted) and that historical events remain available, which goes beyond the annotations (destructiveHint=false). No contradiction.

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, each adding value. First sentence states action and constraint, second explains behavioral effect. No 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?

Complete for a simple mutation: covers purpose, usage constraint, and behavioral effect. No output schema needed.

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 covers 100% of parameters with description for 'id'. Description adds no extra meaning beyond the schema, so baseline score applies.

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?

Clearly states the action (cancel) and resource (subscription). Distinguishes from siblings 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?

Mentions ownership enforcement and that only own subscriptions can be canceled, providing clear context. However, no explicit comparison to alternative tools.

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

Several tools have heavily overlapping purposes: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical, and the five polymarket_* tools (arbitrage, edges, edge_tracker, fill_risk, kalshi_spread) all target prediction-market opportunities. The memory tools (remember/recall/forget) are distinct, as are subscriptions, but the routing and Polymarket clusters create real misselection risk.

Naming Consistency3/5

All names are snake_case, but the pattern is mixed: some are verb_noun (ask_pipeworx, compare_entities, discover_tools, resolve_entity), some are noun_verb or adjective_noun (bet_research, entity_profile, pipeworx_trending, recent_changes), and some are bare nouns/verbs (lookup, query, recall, relatedness). The 'polymarket_*' and 'ask_pipeworx*' families are consistent internally, but the overall set lacks a uniform verb-first convention.

Tool Count2/5

With 34 tools, the server is heavily over-scoped for a server named 'Conceptnet' — the vast majority of tools belong to a separate Pipeworx data-access product, not a semantic-network API. While each tool has a use, the count feels bloated and the server name misrepresents the actual surface.

Completeness4/5

The ConceptNet portion is complete (lookup, query, relatedness cover graph traversal). The Pipeworx portion is also fairly complete: universal router, grounded mode, deep research, entity profiles, comparisons, claim validation, subscription lifecycle, memory, and feedback. Minor gaps exist (e.g., no direct SEC filing fetch without going through ask_pipeworx), but the meta-tools mostly fill them.