Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DRAWIO_OUTPUT_DIR | No | Specifies the directory where diagram files will be saved. If not set, files are saved to the current working directory. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_flowchart | Create a flowchart diagram with sequential steps. Supports process boxes, decision diamonds, terminators, and connectors. |
| create_sequence_diagram | Create a UML sequence diagram showing interactions between participants/actors. |
| create_network_diagram | Create a network or architecture diagram with custom positioned nodes and connections. |
| create_custom_diagram | Create a custom diagram with full control over shapes and connectors. Use this for any diagram type not covered by other tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |