execute_command
Run built-in StarUML commands by their ID to automate tasks like saving, creating, or editing diagrams via the MCP server.
Instructions
Execute any built-in StarUML command by its ID. Use get_all_commands to discover available IDs. Requires staruml-mcp-extension to be installed in StarUML. Install from https://github.com/ezrabrilliant/staruml-mcp-extension
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Command ID. Examples: 'project:save', 'view:fit-to-window', 'project:new' | |
| args | No | Optional positional arguments passed to the command handler |