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. Added

TDQS

A4.5/5.0
Behavior5/5

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

Adds key behavioral details beyond annotations: ownership enforcement, soft deactivation (not deletion), and impact on historical data via recent_alerts. Annotations already indicate non-destructive and idempotent, and the description aligns well.

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?

Three concise sentences, front-loaded with the action. No wasted words; every sentence adds value.

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 single-param tool with no output schema, the description fully explains behavior, constraints, and consequences. Complete for agent decision-making.

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% with description for 'id'. Description only restates what schema says (uuid from subscribe), adding no new semantic value. Baseline 3 is appropriate.

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?

Clear verb+resource: 'Cancel a subscription by id.' It directly states what the tool does and implicitly distinguishes it 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 side effect (deactivation vs deletion), which guides appropriate usage. Does not explicitly compare with alternatives but provides sufficient context for when to use.

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

B3.1/5.0
Disambiguation2/5

The set is split between Wynncraft game data tools and a large Pipeworx data cluster, and within the Pipeworx cluster there is heavy overlap: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical (the beta is currently identical), ai_visibility_check and scan_competitor_ai_presence do essentially the same thing at different granularities, and six polymarket_* tools cover overlapping prediction-market functionality. An agent would frequently struggle to choose the right tool.

Naming Consistency3/5

Snake_case with a mostly verb_noun pattern dominates (ask_pipeworx, compare_entities, resolve_entity, validate_claim), and families like polymarket_* and pipeworx_* are internally consistent. However, there is a notable mix of noun-only tools (guild, item_database, leaderboard, player, news) and the server is named Wynncraft while the majority of tools are Pipeworx-branded, which breaks overall coherence.

Tool Count2/5

40 tools is well beyond the borderline range, and the count is inflated by redundancy: multiple ask_pipeworx variants, several overlapping polymarket tools, a memory trio, and subscription management that arguably belong to a separate server. The Wynncraft portion alone would be nicely scoped (~9 tools), but the merged surface feels heavy and unfocused.

Completeness4/5

The Wynncraft side offers solid read coverage of players, guilds, items, leaderboards, news, and online status, which is appropriate for the domain. The Pipeworx side covers lookup, grounded verification, comparison, research, prediction markets, subscriptions, memory, and feedback, leaving few obvious dead ends for the stated meta-purposes.