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

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

Explains that the row is deactivated not deleted, preserving history. Annotations already provide destructiveHint=false and idempotentHint=true; description adds useful nuance about what happens to the data.

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, direct and front-loaded. Every sentence provides value with no filler.

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 good annotations, the description covers ownership, effect, and parameter origin completely. No gaps for an agent to use it correctly.

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

Parameters4/5

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

Schema provides 'id' with description 'Subscription id (uuid) returned by subscribe.' The description mentions 'by id' and implies the source, adding context beyond the 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?

Clearly states 'Cancel a subscription by id.' Distinguishes from sibling tools 'subscribe' and 'list_subscriptions' with specific verb and resource.

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 ownership is enforced and you can only cancel your own subscriptions. Does not specify when to use vs alternatives like 'list_subscriptions' or 'subscribe', but context is clear for a cancellation action.

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

The set contains near-duplicate tools (ask_pipeworx_beta explicitly 'currently matches ask_pipeworx exactly') and a dense family of six polymarket_* tools whose boundaries are subtle, plus overlapping onboarding tools in discover_tools and suggest_questions. Detailed descriptions mitigate some confusion, but several tools are difficult to tell apart without reading their full text.

Naming Consistency3/5

All names are lowercase snake_case and readable, with consistent prefix families (ask_pipeworx, polymarket_, pipeworx_), but the overall structure is mixed: bare verbs (remember, forget, subscribe), adjective+noun names (recent_alerts, recent_changes), and noun+noun domain tags (polymarket_edges, entity_profile) rather than a uniform verb_noun pattern.

Tool Count2/5

At 33 tools the set exceeds the 25-tool threshold and feels heavy, carrying an experimental duplicate of ask_pipeworx and a six-tool polymarket family that could plausibly be consolidated. The breadth reflects several unrelated domains bundled into one server rather than a focused scope.

Completeness3/5

The data-research core (ask, grounded, deep_research, profiles, comparisons, claim validation, entity resolution) and the prediction-market analysis suite are thoroughly covered, and memory plus subscription lifecycles are complete. However, the events domain the server is named for is thin (only events + metros), and the overall set lacks a single coherent purpose against which completeness can be cleanly judged.