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.

TDQS

A4.3/5.0
Behavior4/5

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

Discloses that the operation is a deactivation, not deletion, and that historical events remain accessible via 'recent_alerts'. Annotations already indicate non-destructive (destructiveHint=false) and idempotent (idempotentHint=true); the description adds concrete behavioral context.

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 concise sentences: first states the action and required parameter, second provides critical behavioral details. No unnecessary 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?

For a simple one-parameter tool with no output schema, the description fully covers purpose, required parameter, ownership constraint, and the non-destructive nature, connecting to related tools like 'recent_alerts'.

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 the description mentions 'by id', but does not add semantic value beyond what the schema's 'id' description already provides ('Subscription id (uuid) returned by subscribe'). Baseline 3 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?

Description clearly states the verb 'Cancel' and the resource 'subscription by id'. It distinguishes from sibling tools like 'subscribe' (creation) and 'list_subscriptions' (listing) by specifying ownership enforcement and deactivation semantics.

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?

Provides guidance on ownership restriction ('only cancel your own subscriptions') and the effect of deactivation, implying it should be used when the user wants to stop receiving alerts but retain history. Lacks explicit comparison to alternatives like 'unsubscribe' vs 'delete'.

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
Disambiguation3/5

Most tools have detailed, carve-out descriptions, but ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded share the same routing core, with the beta version currently identical to the stable one. The Polymarket and company-research clusters are better differentiated, but the number of overlapping research/query entry points still creates real selection risk.

Naming Consistency3/5

The set is consistently snake_case and has coherent prefixes like ask_pipeworx_ and polymarket_, but it mixes verb_noun names (resolve_entity, scan_dependency, discover_tools) with noun-phrase names (entity_profile, bet_research, recent_changes) and one-word verbs (remember, recall, forget). The naming is readable but does not follow one predictable pattern.

Tool Count2/5

With 32 tools, the server exceeds the 25+ threshold for too many tools and feels like a broad platform dump rather than a focused toolkit. Several utility, memory, and meta-discovery tools could reasonably live in separate servers, and the Insee name makes the breadth especially unfocused.

Completeness4/5

For the broad data-research platform it actually exposes, the coverage is strong: general lookup, grounded verification, deep research, entity resolution, company profiles, comparisons, change feeds, subscriptions, and memory all have working lifecycles. The main gap is that some unrelated utilities like scan_dependency and generate_llms_txt feel tacked on rather than part of a missing core workflow.