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?

Annotations indicate idempotentHint=true, destructiveHint=false. The description adds critical context: 'The row is deactivated (not deleted) so its historical events stay available via recent_alerts.' This explains the non-destructive idempotent behavior beyond what annotations provide.

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, no wasted words. The most critical information (action, ownership, behavioral trait) is front-loaded. Every sentence earns its place.

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?

Given the single parameter, clear schema, no output schema, and informative annotations, the description fully covers what an agent needs: purpose, usage constraint (ownership), and behavioral impact (deactivation vs deletion).

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 description coverage is 100% for the single 'id' parameter, describing it as 'Subscription id (uuid) returned by subscribe.' The tool description mentions 'by id' but adds no meaningful semantic 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?

The description clearly states the verb 'Cancel' and resource 'subscription by id'. It distinguishes this tool from siblings like 'subscribe' and 'list_subscriptions' by focusing on cancellation.

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?

The description explicitly states ownership enforcement ('you can only cancel your own subscriptions'), which guides the agent on when to use this tool. It does not explicitly exclude scenarios but provides clear 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
Disambiguation3/5

There is meaningful overlap among the ask_pipeworx, deep_research, validate_claim, and polymarket_* tools, but the descriptions do draw fairly clear boundaries between them. The five yt_* tools are distinct and easy to tell apart, though the unrelated Pipeworx cluster makes the overall set feel muddier than it should.

Naming Consistency3/5

Most tools use readable snake_case, and there are coherent prefixes like yt_ and polymarket_, but the set mixes bare verbs (remember, recall, forget, subscribe), noun-style names (entity_profile, deep_research), and API-like names (ask_pipeworx, generate_llms_txt). The pattern is not chaotic, but it is inconsistent across the set.

Tool Count2/5

36 tools is well above the typical well-scoped range, and the vast majority are unrelated to the server's stated 'Youtube' identity. The actual YouTube surface is only five tools, while 31 tools belong to a different Pipeworx/Polymarket domain.

Completeness2/5

For a YouTube-focused server, the yt_* tools cover search, channel info, video details, and comments, but miss obvious surfaces like playlists, transcripts, subscriptions, uploads, and video updates. The large non-YouTube tool collection does not fill these gaps; it only makes the server feel mis-scoped.