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_drawing | Create a new Excalidraw drawing |
get_drawing | Get an Excalidraw drawing by ID |
update_drawing | Update an Excalidraw drawing by ID |
delete_drawing | Delete an Excalidraw drawing by ID |
list_drawings | List all Excalidraw drawings |
export_to_svg | Export an Excalidraw drawing to SVG |
export_to_png | Export an Excalidraw drawing to PNG |
export_to_json | Export an Excalidraw drawing to JSON |