mcp-monodraw
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| export_diagramA | Export a Monodraw diagram (.monopic or .monojson) to plain ASCII text |
| export_diagram_jsonA | Export a Monodraw diagram with full metadata as structured JSON |
| list_diagramsB | Find all Monodraw diagram files (.monopic, .monojson) in a directory |
| open_in_monodrawB | Open a file in the Monodraw application |
| get_diagram_previewA | Get a text preview of a Monodraw diagram file |
| create_ascii_artB | Generate ASCII art (boxes, flowcharts, tables, trees, sequence diagrams) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| flowchart | Generate an ASCII flowchart diagram |
| box-diagram | Generate an ASCII box/container diagram |
| sequence-diagram | Generate an ASCII sequence diagram |
| architecture | Generate an ASCII architecture diagram |
| table | Generate an ASCII table |
| tree | Generate an ASCII tree structure |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Tools are largely distinct: create_ascii_art generates, list_diagrams finds, get_diagram_preview and export_diagram provide text output (with slight overlap), export_diagram_json gives structured JSON, and open_in_monodraw launches the app. The difference between preview and export could be ambiguous, but descriptions clarify intent.
Most tools follow a verb_noun pattern (export_diagram, list_diagrams, get_diagram_preview, create_ascii_art). Slight deviations: export_diagram_json has an extra suffix, and open_in_monodraw uses a prepositional phrase, but overall the naming is clear and predictable.
Six tools is well-scoped for a Monodraw server covering creation, listing, preview, export, and opening. Each tool has a clear purpose and none seem redundant or out of place.
The set covers the main workflow: create, discover, preview, export (text/JSON), and open in the app. Missing update/delete operations are acceptable since the tool is focused on generation and export, but a raw file content retrieval tool could be a minor gap.