list_drawings
Retrieve and browse all available Excalidraw drawings with pagination support to organize and access your diagram collection efficiently.
Instructions
List all Excalidraw drawings
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
perPage | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"default": 1,
"minimum": 1,
"type": "integer"
},
"perPage": {
"default": 10,
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
}