Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_element | Create a new Excalidraw element |
update_element | Update an existing Excalidraw element |
delete_element | Delete an Excalidraw element |
query_elements | Query Excalidraw elements with optional filters |
get_resource | Get an Excalidraw resource |
group_elements | Group multiple elements together |
ungroup_elements | Ungroup a group of elements |
align_elements | Align elements to a specific position |
distribute_elements | Distribute elements evenly |
lock_elements | Lock elements to prevent modification |
unlock_elements | Unlock elements to allow modification |
save_scene | Saves the current Excalidraw elements and scene state to a .excalidraw file. |