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

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

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=true. Description adds beyond annotations: ownership enforcement, deactivation vs deletion, and preservation of historical data. Fully transparent.

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 with no unnecessary words. Front-loaded with the action 'Cancel a subscription by id'.

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 tool with one parameter and no output schema, the description covers purpose, behavior, ownership, side effects, and relation to other tools. Fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with single parameter 'id' described in schema. Description adds that the id is the subscription id returned by subscribe, linking to another tool – provides meaningful context beyond schema.

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 'Cancel a subscription by id' – specific verb and resource. 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?

Explains ownership enforcement ('you can only cancel your own subscriptions') and that the row is deactivated, not deleted, so historical events remain available via recent_alerts. Provides clear context on when to use and what happens, though does not explicitly name 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.6/5.0
Disambiguation3/5

Most tools have distinct, well-documented purposes, but several overlap or are explicitly redundant: ask_pipeworx_beta currently behaves identically to ask_pipeworx, discover_tools and suggest_questions both serve as discovery entry points, and scan_competitor_ai_presence wraps ai_visibility_check. The thematic split between theme-park, data-lookup, prediction-market, and memory tools also forces agents to navigate unrelated clusters.

Naming Consistency3/5

Naming is a mix of verb_noun (list_destinations, get_wait_times, remember, resolve_entity), noun_phrase (entity_profile, recent_changes, bet_research), and brand-prefixed nouns (polymarket_edges, pipeworx_trending). Within families the patterns are consistent, but across the set the conventions are inconsistent and sometimes reverse the verb/noun order, making the surface harder to predict.

Tool Count2/5

35 tools is heavy, and the server is named Themeparks yet only 4 tools actually relate to theme parks. The remaining 31 tools span Pipeworx data retrieval, prediction markets, memory, subscriptions, and feedback, creating a bloated and misaligned scope. A tightly scoped theme-park server would need far fewer tools, and a general data research server would not be named Themeparks.

Completeness2/5

For the implied theme-park domain, the surface is thin: list destinations, get entity metadata, get schedule, and get wait times cover basic lookups but omit search, attraction details beyond waits, historical data, pricing, dining/show info, and park updates. The non-theme-park tools are extensive, but they do not complete the server's apparent stated purpose.