Skip to main content
Glama

create_org_chart

Generate top-down organizational charts from a tree structure. Provide node labels and descriptions with subordinates to produce an Excalidraw diagram.

Instructions

Create an organizational chart.

Generates a top-down hierarchical org chart from a tree structure. Each node can have a title/description and subordinates.

Args: root: Root node with label and optional children title: Optional chart title output_path: Optional output file path theme: Color theme

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

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It states the output is an .excalidraw file and the return value is an absolute path, covering the core behavior. However, it does not disclose default file placement, overwrite behavior, or other file-system side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-organized with a summary, explanation, Args, and Returns sections. The opening sentence largely restates the tool name, but the rest adds non-redundant detail.

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?

It covers input shape, output file type, and return path, and the schema documents the recursive node structure. Gaps remain around theme values, behavior when output_path is omitted, and file-system side effects, so it is adequate but not complete.

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 description coverage is 0%, so the Args section is the main semantic signal. It gives one-line meanings for all four parameters and clarifies the root node's label/children, but it omits node color and does not explain theme value options or output_path semantics beyond 'optional'.

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 names a specific deliverable ('organizational chart'), states it is top-down and hierarchical, and describes tree-structured input. It is clearly distinct from generic diagram tools, though it does not explicitly contrast with sibling tools.

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 it: when you have a tree structure to render as an org chart and want an .excalidraw file. It does not say when not to use it or mention alternatives like create_flowchart or import_mermaid.

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