show_ai_cursor
Display an AI cursor indicator at specific coordinates in a draw.io diagram to show AI activity in real time.
Instructions
Show an AI cursor indicator at a specific position in the draw.io diagram. Requires the companion VS Code extension to be connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position in diagram coordinates | |
| y | Yes | Y position in diagram coordinates | |
| color | No | Cursor color hex (default: "#D13913") | |
| label | No | Label next to cursor (default: "🤖 AI") | |
| filePath | No | Path to the .drawio file (scopes cursor to the correct editor) |