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?

Annotations indicate readOnlyHint=false, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds that the row is deactivated (not deleted) so historical events remain available, which is valuable behavioral context beyond annotations.

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 waste. The key action ('Cancel a subscription') comes first, followed by essential behavioral details. 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?

For a simple tool with one parameter and no output schema, the description fully covers purpose, ownership constraint, and the deactivation behavior. Nothing essential is missing.

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 coverage is 100% with a description for 'id.' The description adds that the id is returned by subscribe, providing helpful context about how to obtain the parameter value.

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,' specifying the verb and resource. It distinguishes from sibling tools 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'), guiding agents on proper use. It does not explicitly mention when not to use or suggest alternatives, but the context is clear enough.

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

There is significant overlap between tools like ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research, all performing similar data lookup functions. Additionally, multiple prediction market tools (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk) have overlapping purposes. An agent would struggle to choose the correct tool without deep understanding of subtle differences.

Naming Consistency4/5

Tool names follow a consistent snake_case pattern and use clear domain prefixes (ask_pipeworx, polymarket_, python_) and verb_noun structure (e.g., validate_claim, compare_entities). Minor inconsistency exists with tools like 'overall' not following verb_noun, but overall pattern is predictable.

Tool Count3/5

With 36 tools, the count is high but justifiable given the broad array of capabilities (data queries, prediction markets, memory, subscriptions). However, the server name 'Pypi Stats' suggests a narrow focus, making the count feel excessive for that purpose. The actual scope is wide, so the count is borderline appropriate.

Completeness4/5

For its actual scope as a data query and analysis platform, the tool set is quite complete: it covers company profiles, comparisons, claim verification, trend analysis, and prediction market insights. Minor gaps exist (e.g., no update/delete for most data types), but core query and lookup operations are well covered.