Skip to main content
Glama
MohGanji

mindmapio-mcp

by MohGanji

create_map

Generate a new map on mindmap.io with a given title and initial node tree. Define the map kind and root node to set up the mind map structure.

Instructions

Create a map owned by the token's user. Pass an initial node tree in data so node primitives have a parent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe initial node tree, with a root node.
kindNoThe map kind (defaults to mindmap).
titleNoThe map title.
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It mentions ownership and the need for an initial node tree, but does not discuss side effects, return values, error conditions, or authentication requirements beyond the token.

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, consisting of two sentences that front-load the primary action with no extraneous words. Every sentence adds value.

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

Completeness3/5

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

Given the tool has three optional parameters and no output schema, the description is sufficient for understanding the basic function but lacks information about return values or what constitutes a successful creation.

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%, providing a baseline of 3. The description adds meaningful context for the 'data' parameter, explaining that it should contain an initial node tree so node primitives have a parent, which goes beyond the schema description.

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 that the tool creates a map owned by the token's user, specifying the verb 'create' and the resource 'map'. However, it does not differentiate from sibling tools like 'create_node' or 'delete_map', leaving some ambiguity.

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 implies when to use the tool (to create a map with an initial node tree) but does not explicitly state when not to use it or compare with alternatives like creating an empty map and adding nodes later.

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/MohGanji/mindmapio-mcp'

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