Skip to main content
Glama

Import Drawio Outline

import_drawio_outline

Import draw.io XML files to generate novel arc, chapter, and scene outlines from labeled nodes. Reuse diagram structure for story planning.

Instructions

解析 .drawio XML,按节点标签生成 arc/chapter/scene 骨架

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xmlNodraw.io XML 内容(与 file_path 二选一)
file_pathNodraw.io 文件绝对路径
project_idYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It says 'generate skeleton' but does not mention whether this is destructive, whether it overwrites existing arcs/chapters/scenes, or what happens to already-created content. This is a significant gap for a mutation tool.

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 focused sentence that gets straight to the point. No wasted words or redundancy.

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?

For a tool with 3 parameters, no output schema, and no annotations, the description is adequate but thin. It states the core function clearly but omits side effects, return behavior, or any specifics about what 'skeleton' entails. It is usable but leaves important questions unanswered.

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 descriptions cover 67% of parameters (xml and file_path, each noting mutual exclusivity). The tool description adds context by mentioning the XML source, but does not explain project_id or the exact role of each parameter beyond what the schema already states. Overall, marginal added value.

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 function: parsing .drawio XML and generating arc/chapter/scene skeletons based on node labels. This distinguishes it from all sibling tools, none of which mention import or draw.io parsing.

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?

Usage context is implied: if you have a .drawio outline, this tool imports it. But there are no explicit instructions on when to use this instead of another tool, nor exclusions or prerequisites (e.g., must have an existing project).

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/holycube/novel_maker'

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