Skip to main content
Glama
Chaos-Intelligence-Inc

@chaosintelligence/mcp

Official

create_thought

Capture a thought using text, images, or links, and receive automatic AI enrichment with classification, categorization, entity extraction, and embeddings.

Instructions

Capture a new thought with text, images, and/or links. At least one content type is required. Thoughts are automatically enriched with AI classification, categorization, entity extraction, and embeddings in the background.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText content for the thought (max 3000 characters). If longer, split into multiple thoughts.
streamNoAssign to a stream by name (case-insensitive). The stream must already exist.
link_urlsNoArray of link URLs to attach (max 5). If more, split across multiple thoughts.
stream_idNoAssign to a stream by ID. Takes precedence over stream name.
image_urlsNoArray of image URLs to attach (max 5). If more, split across multiple thoughts.
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It discloses a key side effect: 'Thoughts are automatically enriched with AI classification, categorization, entity extraction, and embeddings in the background.' This adds useful context about asynchronous processing. However, it does not mention return values, permissions, failure modes, or reversibility, leaving notable gaps for a create operation.

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 with no fluff. The first sentence front-loads the core purpose and content types; the second adds the required condition and a valuable behavioral note. Every word earns its place.

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 creation tool with no output schema and no annotations, the description covers the essential context: what it creates, required inputs, and background enrichment. The schema handles parameter details. However, it omits information about what the tool returns or how errors are handled, which would be useful for an agent invoking it.

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%, so each parameter is already well-documented (e.g., max lengths, stream precedence). The description adds one critical cross-parameter constraint: 'At least one content type is required', which is not enforced by the schema but is essential for valid usage. This goes beyond the individual parameter descriptions.

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 tool's verb ('Capture') and resource ('a new thought'), and specifies the three content types (text, images, links). This distinguishes it from sibling tools like get_thought, list_thoughts, and search_thoughts, which are all read operations. The purpose is unambiguous and specific.

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 states an important usage condition: 'At least one content type is required', guiding the agent on necessary input. It also implies this is the tool for creating thoughts, distinct from the read-only siblings. However, it does not explicitly name alternative tools or state when not to use it, so a full exclusion is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Chaos-Intelligence-Inc/chaos-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server