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

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

Beyond annotations, it adds important behavioral details: ownership enforcement, deactivation rather than deletion, and that historical events remain accessible. This is exactly the kind of context that helps an agent understand side effects.

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, front-loaded with purpose, and every word adds value. No redundancy or 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 single-parameter tool with good annotations and schema, the description covers purpose, constraints, and data implications. It is complete enough for an agent to select and invoke it correctly.

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 schema already describes the id as 'Subscription id (uuid) returned by subscribe.' The description adds no extra parameter meaning beyond saying 'by id', so the baseline of 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?

The description clearly states 'Cancel a subscription by id' with a specific verb and resource. It distinguishes from siblings like subscribe and list_subscriptions by describing the inverse operation, and the ownership enforcement adds clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use (cancel by id), includes a restriction (only your own subscriptions), and mentions an alternative (historical events via recent_alerts), providing clear usage context.

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

Multiple tools have nearly identical purposes: ask_pipeworx and ask_pipeworx_beta are explicitly described as identical, and ask_pipeworx_grounded differs only in grounding. generate_users and generate_by_gender overlap, as do ai_visibility_check/scan_competitor_ai_presence and the several polymarket_* tools that all target edge detection and arbitrage. An agent would struggle to select the correct tool.

Naming Consistency2/5

All names use snake_case, but the pattern is inconsistent: some start with verbs (generate_users, resolve_entity, validate_claim), some are nouns (entity_profile, deep_research, recent_changes), and some are compound noun phrases (ai_visibility_check, pipeworx_feedback, polymarket_arbitrage). There is no predictable verb_noun structure across the set.

Tool Count2/5

33 tools is well above the 'too many' threshold, and the set includes many meta-tools, memory helpers, and niche prediction-market tools. While the broad domain might justify some diversity, the count feels bloated and dilutes the server's focus, especially given the server name suggests only random user generation.

Completeness4/5

For the apparent core domain (data lookups, research, prediction market analysis, subscriptions), the tool surface is quite comprehensive: it covers direct queries, grounded answers, deep research, entity profiles, comparisons, claim verification, discovery, trends, memory, and subscription management. Minor gaps exist (e.g., no direct CRUD for user-generated profiles beyond creation), but overall the feature set feels well covered.