Skip to main content
Glama
dabian321

drawio-parser-mcp

by dabian321

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
validate_drawioA

Validate Draw.io XML syntax and structure. Returns validation result with errors, warnings, and suggestions.

parse_drawioB

Parse Draw.io XML and extract diagram structure. Returns cells, edges, layers, and statistics.

analyze_drawioB

Fully analyze Draw.io XML: validate syntax and parse structure. Returns both validation issues and parsed diagram structure.

get_diagram_summaryA

Get a concise summary of a Draw.io diagram. Returns statistics and overview without full structure details.

list_cellsA

List all cells (shapes and connections) in a Draw.io diagram. Returns cell IDs, types, labels, and connections.

find_cellA

Find a specific cell by ID in a Draw.io diagram.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation4/5

Most tools target distinct operations (validate, parse, summarize, list, find), but analyze_drawio overlaps with both validate_drawio and parse_drawio, creating two potential points of confusion. The descriptions make the distinctions clear, so the ambiguity is limited.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (validate_drawio, parse_drawio, analyze_drawio, get_diagram_summary, list_cells, find_cell). The verbs are distinct and appropriate for each operation.

Tool Count5/5

Six tools is a well-scoped set for a Draw.io parser. Each tool serves a clear purpose, and the combination covers validation, parsing, summarization, listing, and lookup without unnecessary bloat.

Completeness5/5

The tool surface covers the full read-only lifecycle for a diagram parser: validation, structural parsing, combined analysis, summary statistics, cell listing, and targeted lookup. There are no obvious missing operations for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues