Skip to main content
Glama

Connecticut Open Data

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?

Description adds value beyond annotations by explaining that the row is deactivated (not deleted) and that historical events remain accessible via 'recent_alerts'. Annotations already indicate non-destructiveness, but the description provides useful nuance.

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 that are front-loaded with the main action and constraint. Every word is necessary and contributes to understanding.

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?

Given the single parameter, no output schema, and annotations covering safety, the description is fully sufficient. It covers the key behavioral aspects and constraints.

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 'Subscription id (uuid) returned by subscribe.' Schema coverage is 100%, and description adds no additional semantic meaning beyond the schema.

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?

Description clearly states the action 'Cancel a subscription by id' with a specific verb and resource. It distinguishes itself 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?

Explicitly states ownership enforcement ('you can only cancel your own subscriptions'), providing clear context for when to use the tool. However, it does not explicitly mention when not to use it or provide 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.5/5.0
Disambiguation1/5

Multiple tools (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) have overlapping research purposes. Additionally, many Polymarket and Pipeworx-specific tools are unrelated to the Connecticut Open Data server name, causing confusion.

Naming Consistency2/5

Naming is highly inconsistent: some use snake_case (ask_pipeworx, resolve_entity), others use longer descriptive phrases (polymarket_fill_risk, scan_competitor_ai_presence), with no clear pattern.

Tool Count1/5

The server claims to be about Connecticut Open Data but includes 34 tools, only 3 of which (datasets, metadata, query) are relevant. The vast majority are unrelated Pipeworx/Prediction Market tools, making the size inappropriate.

Completeness1/5

For Connecticut Open Data coverage, only basic dataset search, metadata, and query tools exist. Missing common operations like data upload, schema modification, or API key management for the open data portal.