Skip to main content
Glama
icedsg

mindkeeper-mcp

by icedsg

add_idea

Capture a new idea from conversation into a persistent mindmap, attaching it to a parent for hierarchical structure. Avoids duplicates by checking existing nodes.

Instructions

Capture a new idea or concept into the persistent mindmap. ONLY use this when the user themselves has expressed an idea, question, goal, task, topic, or interest — including casual searches ('how to cook biryani'), projects they mention, or anything they bring up. NEVER invent, generate, or seed example nodes. NEVER add content Claude thought of. Before adding, check if the same idea already exists (use search_ideas) to avoid duplicates. Attach it to an existing node with parentId to build hierarchical structure. Returns the new node with its ID (needed for future parentId references).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe idea or concept text to capture
parentIdNoID of an existing node to attach this idea under. Omit to create a root-level idea.
tagsNoOptional topic tags. Leading # is stripped and values are lowercased automatically. Pass either ["roadmap", "q3"] or ["#roadmap", "#q3"] — both work.
Behavior4/5

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

Discloses persistence to mindmap, no invention policy, and return of node ID. With no annotations, it covers major behavioral traits well, though could mention idempotency or error handling.

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 a single, well-organized paragraph with clear directives, no wasted words, and front-loaded with the main purpose.

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 tool with 3 parameters, 1 required, and no output schema, the description covers usage constraints, duplicate prevention, hierarchical structure, and return value, making it complete for its complexity.

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 has 100% coverage, so description adds minimal parameter detail beyond usage context. The tags parameter note about stripping # and lowercasing is an extra, but overall baseline is 3.

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 states the tool captures ideas into a persistent mindmap for user-expressed content, distinguishing it from sibling tools like search_ideas or delete_node by specifying when to use it.

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

Usage Guidelines5/5

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

Provides explicit when-to-use (user's own ideas, questions, tasks) and when-not-to-use (no inventing, no example nodes). Also advises checking for duplicates with search_ideas and attaching with parentId for hierarchy.

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/icedsg/mindkeeper-mcp'

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