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?

Annotations indicate idempotentHint=true and destructiveHint=false. The description adds meaningful context: 'The row is deactivated (not deleted) so its historical events stay available via recent_alerts', explaining the non-destructive behavior 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 concise sentences, front-loaded with the main action. Every sentence earns its place without redundancy.

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 covers purpose, ownership constraint, and behavioral nuance (deactivation vs deletion). Complete for correct AI agent invocation.

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% for the single parameter 'id'. The description adds value by stating 'returned by subscribe', providing context that the id comes from a previous subscribe call. This goes beyond the schema's description.

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 siblings like 'subscribe' and 'list_subscriptions' by mentioning ownership enforcement.

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?

Ownership is explicitly enforced ('you can only cancel your own subscriptions'), providing clear when-to-use and when-not-to-use guidance. No explicit alternatives are named, but context is sufficient.

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

While many tools have distinct purposes, there is overlap between ask_pipeworx, ask_pipeworx_grounded, and deep_research, as well as multiple Polymarket and entity-related tools. Descriptions are detailed but could confuse agents on which tool to use for a specific query.

Naming Consistency3/5

Most tool names use snake_case and many start with verbs, but there is inconsistency with noun-starting names like entity_profile, layer_info, and pipeworx_feedback. No strong verb_noun or other consistent pattern across the set.

Tool Count3/5

With 33 tools, the count is relatively high but could be justified for a broad data platform. However, given the server name 'Arcgis Sanjose', the number seems excessive as most tools are unrelated to ArcGIS geospatial functions.

Completeness2/5

The tool set is severely incomplete for the implied ArcGIS San Jose domain, with only 3 tools (search_datasets, layer_info, query_layer) supporting that purpose. The rest are from the Pipeworx ecosystem, creating a mismatch between server name and actual functionality.