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

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

Discloses that the row is deactivated (not deleted) and historical events remain via 'recent_alerts'. The annotations indicate non-readonly and non-destructive; description adds value by clarifying the deactivation behavior and ownership enforcement.

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 purpose, and critical details (ownership, deactivation) provided concisely.

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 single-parameter tool with no output schema, the description fully covers the action, constraints, and side effects. No gaps remain for effective agent usage.

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% with a clear parameter description. The description adds no additional meaning beyond what the schema provides ('Subscription id returned by subscribe').

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 'Cancel a subscription by id' uses a specific verb ('Cancel') and resource ('subscription by id'), clearly distinguishing it from siblings like 'subscribe' and 'list_subscriptions'.

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?

Describes ownership enforcement ('you can only cancel your own subscriptions') and outcome ('row is deactivated, not deleted'), but does not explicitly contrast with alternatives like 'list_subscriptions' or 'subscribe'.

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

B3.3/5.0
Disambiguation2/5

The sports tools are distinct, but the majority of the set has heavy overlap: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all serve as query/entry-point tools, with ask_pipeworx and ask_pipeworx_beta explicitly identical. The Polymarket family (bet_research, polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread) also blurs together.

Naming Consistency2/5

The sports subset follows a clean verb_noun pattern (get_player, list_leagues, search_teams), but the rest mixes several naming schemes: ask_pipeworx*, pipeworx_* prefixed tools, polymarket_* tools, one-word verbs (remember, recall, forget), and compound names like scan_competitor_ai_presence. No single consistent convention governs the set.

Tool Count2/5

42 tools is far too many for a server named Thesportsdb; only 10 tools relate to sports data, while 32 belong to an unrelated Pipeworx data/betting/memory platform. The set feels like two or three servers merged into one, making it heavy and unfocused for any single purpose.

Completeness2/5

For the stated sports domain, the surface is partial: you can get teams, players, league tables, and recent/next fixtures, but there are no player statistics, head-to-head records, venue details, or season history — leaving notable gaps. The Pipeworx half is broad but doesn't belong in a server with this name, so the set as a whole is incomplete for its apparent purpose.