Skip to main content
Glama

Colorado Information Marketplace

Datasets

datasets
Read-onlyIdempotent

Search the Colorado Information Marketplace catalog of open datasets by keyword. Returns each dataset's resource_id, name, description, category and update date — pass the resource_id to query/metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax datasets (1-100, default 20).
queryNoKeyword to search dataset titles/descriptions (e.g. "budget", "crime", "health").
offsetNoPagination offset.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "query": "budget"
      +  },
      +  {
      +    "limit": 50,
      +    "offset": 0,
      +    "query": "crime"
      +  }
      +]
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds context about the return fields (resource_id, name, description, etc.) and suggests a follow-up action, enhancing understanding 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?

The description is extremely concise: two sentences that deliver purpose, output, and a usage tip. Every sentence adds value 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 no output schema and rich annotations, the description covers purpose, return fields, and next steps. It is complete for an agent to decide when and how to use it.

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?

All three parameters are fully described in the input schema (100% coverage). The description does not add new detail about parameters but provides context on the output, which indirectly aids parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches a specific catalog (Colorado Information Marketplace) by keyword, and lists the returned fields. It is distinct from siblings like 'metadata' or 'query', though no explicit differentiation is provided.

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?

The description implies usage for keyword-based dataset discovery and guides the agent to pass resource_id to another tool for metadata. It does not explicitly state when not to use this tool or mention alternatives, but the guidance is clear.

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

A4/5.0
Disambiguation3/5

The tool set has several overlapping clusters: ask_pipeworx / ask_pipeworx_beta / ask_pipeworx_grounded, entity_profile / recent_changes / compare_entities, and a half-dozen prediction-market tools. The descriptions are unusually detailed and mostly steer an agent correctly, but ask_pipeworx_beta is currently identical to ask_pipeworx and the prediction-market tools still require careful reading to pick the right one.

Naming Consistency3/5

All names are lowercase snake_case, but the conventions vary: many are verb_noun (resolve_entity, compare_entities, validate_claim), some are bare nouns (datasets, metadata, query), some are bare imperatives (remember, forget, subscribe), and there are separate prefix families like polymarket_* and pipeworx_*. It is readable and consistent in style, but not a single predictable pattern.

Tool Count2/5

34 tools exceeds the 25+ threshold for 'too many,' and the set is not tightly scoped: only datasets, metadata, and query directly relate to the stated Colorado Information Marketplace purpose. The bulk are Pipeworx data-research, prediction-market, memory, and subscription utilities, making the server feel like a broad platform bolted onto a state-data catalog.

Completeness4/5

For the core read-only lifecycle of the Colorado data catalog, search (datasets), schema inspection (metadata), and data retrieval (query) are covered. Minor gaps exist elsewhere: there is no explicit tool for fetching a pipeworx:// citation record directly, and some utilities like generate_llms_txt or scan_dependency are unrelated to the server's stated purpose, but most cited workflows can still complete.