Skip to main content
Glama

coldstate_search

Read-onlyIdempotent

Search a ColdState index by collection name or index ID. Returns ranked results with Ψ scores and state classification (CRYSTALLINE/FLUID/REACTIVE/DECOHERENT). Provide exactly one of collection or index_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return
queryYesThe search query
offsetNoOffset for pagination
index_idNoIndex ID to search, e.g. idx_... (mutually exclusive with collection)
collectionNoCollection name to search (mutually exclusive with index_id)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / index_id / pattern
      Added value: +"^idx_[a-f0-9]+$"
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare the tool read-only and idempotent, so the description does not need to restate that. It adds valuable behavioral context by specifying the output format (ranked results with Ψ scores and state classification) and the mutual exclusivity requirement, which goes beyond the annotations and enriches the agent's understanding of the tool's behavior.

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 two sentences: the first covers purpose and output, the second gives a clear directive. Every word earns its place; no redundant filler or irrelevant detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 5-parameter tool with good schema coverage and safety annotations, the description sufficiently communicates the key behaviors (return format, mutual exclusivity). It does not explain pagination details, but those are in the schema. The absence of an output schema is compensated by mentioning the output fields, making the description complete enough for selection and invocation.

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 each parameter described. The description repeats the 'exactly one' constraint but does not add additional meaning beyond the schema's own descriptions (e.g., 'mutually exclusive with collection'). Since the schema already carries the load, a baseline of 3 is appropriate.

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 identifies the action ('Search a ColdState index'), the target resource (by collection name or index ID), and the return type (ranked results with Ψ scores and state classification). This distinguishes it from siblings like coldstate_search_global and coldstate_batch_search, which imply different scopes or modes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear constraint ('Provide exactly one of `collection` or `index_id`') but does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions. The usage context is implied by the tool name and description, but there is no explicit guidance on tool selection.

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.

Resources