Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLANTUML_SERVER_URL | No | The URL of the PlantUML server | https://www.plantuml.com/plantuml |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_plantuml_diagram | Generate a PlantUML diagram with automatic syntax validation and error reporting for auto-fix workflows. Returns embeddable image URLs for valid diagrams or structured error details for invalid syntax that can be automatically corrected. Optionally saves the diagram to a local file. |
| encode_plantuml | Encode PlantUML code for URL usage |
| decode_plantuml | Decode encoded PlantUML string back to PlantUML code |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| plantuml_error_handling | Guidelines for handling PlantUML syntax errors and implementing auto-fix workflows |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |