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

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

Adds significant behavioral context beyond annotations: 'Ownership is enforced', 'row is deactivated (not deleted)', and 'historical events stay available via recent_alerts'. Annotations indicate non-destructive and idempotent, which aligns with description.

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. Front-loaded with action, followed by constraints and side effects. Highly efficient and clear.

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?

Completely covers purpose, constraints, side effects, and references sibling tool for historical view. Given single parameter and no output schema, no additional information is needed.

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 adds 'by id' but does not provide additional meaning beyond schema. Schema coverage is 100%, so baseline 3 applies.

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' with specific verb (cancel) and resource (subscription). Distinguishes from sibling tools like 'subscribe' and 'list_subscriptions' by adding ownership and deactivation details.

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?

Explicitly states when to use (cancel own subscription by id) and important constraints (ownership enforced, only own subscriptions). Provides context on what happens (deactivation not deletion) and mentions sibling 'recent_alerts' for historical events.

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

Multiple tools overlap heavily: ask_pipeworx_beta deliberately matches ask_pipeworx exactly right now, discover_tools and suggest_questions both serve as what-can-I-do entry points, and ai_visibility_check is just the single-entity version of scan_competitor_ai_presence. An agent will struggle to pick the right variant without carefully reading long descriptions.

Naming Consistency3/5

All tools are snake_case and several families share clear prefixes (dart_*, polymarket_*, ask_pipeworx_*), but the overall set mixes verb_noun (discover_tools, validate_claim), noun_phrase (entity_profile, deep_research), bare verbs (remember, recall, forget), and prefix-noun (dart_financials). Readable but not unified.

Tool Count2/5

36 tools is far above the 25+ heavy threshold, and the count is inflated by redundancy: ask_pipeworx_beta is a literal duplicate today, suggest_questions overlaps discover_tools, and ai_visibility_check is subsumed by scan_competitor_ai_presence. The broad Pipeworx platform justifies many tools, but the exposed surface is bloated.

Completeness4/5

The surface covers the apparent domain well: universal querying (ask_pipeworx family + deep_research), tool discovery, entity resolution, profiles, comparisons, change feeds, claim verification, Korean DART filings, Polymarket analysis/fill-risk, memory, subscriptions, and feedback. Minor gaps remain—there's no explicit fetch-by-citation-URI tool despite claims those URIs are fetchable, and no way to retrieve full DART filing text beyond discovery.