Skip to main content
Glama

create_mindmap

Generate a hand-drawn mind map diagram from tree-structured data, featuring colored branches, an optional title, and a custom output path.

Instructions

Create a mind map diagram from a tree structure.

Generates a tree-style mind map with the root node in the center-left and branches spreading to the right. Each top-level branch gets a distinct color.

Args: root: Root node with label and optional children (nested tree) title: Optional diagram title output_path: Optional output file path (default: /tmp/mindmap.excalidraw)

Returns: Absolute path to the generated .excalidraw file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootYes
themeNolight
titleNo
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does meaningful work: it discloses layout behavior, per-branch coloring, default output path, and the returned absolute .excalidraw path. It does not mention overwrite behavior, but the file-creation side effect is transparent.

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 compact, front-loaded with purpose, and organized into behavior, Args, and Returns sections. Every sentence adds useful information; only a small amount of redundancy exists between the first and second sentences.

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?

The required root is explained as a nested tree and the schema provides MindmapNode label/children details, while output_path and return behavior are covered. The undocumented theme parameter and the absence of overwrite semantics are minor gaps, not blockers.

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?

Despite 0% top-level schema description coverage, the Args section gives real meaning to root, title, and output_path and adds the default output path. Theme is the one parameter left undocumented in both schema and description, preventing a 5.

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 opening sentence is explicit: 'Create a mind map diagram from a tree structure.' It names the exact verb, resource, and input shape, and the layout/coloring details make it easy to distinguish from siblings like create_flowchart and create_org_chart.

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 via 'from a tree structure,' but it never states alternatives, exclusions, or how to choose between this and the many sibling diagram tools. Context for invocation is present, but routing guidance is not.

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

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/maaker-ai/excalidraw-mcp'

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