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. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Beyond annotations (idempotentHint, destructiveHint false), description adds that ownership is enforced and deactivation occurs, not deletion, preserving history. No contradictions.

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, front-loaded with action and parameter, followed by behavioral constraints and side effects. No wasted 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?

Covers ownership, state change, and relationship to recent_alerts. Given low complexity and full annotation/schema coverage, it's complete.

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?

Only one parameter (id) with schema description already clear. Description does not add new semantic info beyond schema, but schema coverage is 100%, so baseline 3.

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 it cancels a subscription by id. Specifies it's for alerts and ownership enforcement, distinguishing from subscribe (creation) and list_subscriptions (listing).

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 enforced and that row is deactivated so historical events remain via recent_alerts. Provides clear context for when to use, though no explicit when-not-to-use or alternatives.

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

Many tools serve overlapping purposes, such as the three ask_pipeworx variants (stable, beta, grounded) and the six Polymarket-specific tools. While detailed descriptions help distinguish them, an agent could still confuse bet_research with polymarket_edges or the ask_pipeworx versions.

Naming Consistency2/5

Naming is highly inconsistent: verb_noun (ask_pipeworx, compare_entities), noun_noun (bet_research, entity_profile), single verbs (forget, recall, search), and adjective_noun (recent_alerts, deep_research). No clear pattern emerges across the set.

Tool Count3/5

33 tools is on the high side for a server named 'Smithsonian' that actually covers a broad range of data sources (SEC, FDA, Polymarket, npm, etc.). The number feels borderline heavy but is still manageable if the server's true purpose is general research.

Completeness4/5

The tool set covers multiple domains (company financials, drugs, economics, prediction markets, npm, museum data) with reasonable depth. Minor gaps exist, such as lack of PyPI scanning or missing update/delete operations for some memory features, but core workflows are well-supported.