Skip to main content
Glama

Connecticut Open Data

Forget

forget
DestructiveIdempotent

Delete a previously stored memory by key. Use when context is stale, the task is done, or you want to clear sensitive data the agent saved earlier. Pair with remember and recall.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesMemory key to delete

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate destructive and idempotent hints. Description adds value by explaining appropriate usage contexts (stale data, sensitive data) but does not elaborate on edge cases like deleting non-existent keys.

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 with no fluff. First sentence states primary action, second gives usage guidance. Highly efficient.

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?

With a single parameter, full schema coverage, and clear annotations, the description covers all needed context. No output schema, but not required for delete operations.

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 description for the 'key' parameter. Description merely restates 'by key,' adding no new semantics 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 specifies 'Delete a previously stored memory by key.' The verb and resource are distinct, and the mention of pairing with 'remember' and 'recall' helps differentiate from sibling tools.

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?

Provides explicit contexts for when to use: context stale, task done, or clearing sensitive data. Also mentions pairing with related tools. Lacks explicit when-not, but is sufficient for a simple delete tool.

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.