list-paged-model
Retrieve paginated diagram cells with filtering options to inspect Draw.io diagram structure programmatically while managing response size.
Instructions
Retrieves a paginated view of all cells (vertices and edges) in the current Draw.io diagram. This tool provides access to the complete model data with essential fields only, sanitized to remove circular dependencies and excessive data. It allows to filter based on multiple criteria and attribute boolean logic. Useful for programmatic inspection of diagram structure without overwhelming response sizes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page number for pagination. Page 0 returns the first batch of cells, page 1 returns the next batch, etc. Default is 0. | |
| page_size | No | Maximum number of cells to return in a single page. Controls response size and performance. Must be between 1 and 1000. Default is 50. | |
| filter | No | Optional filter criteria to apply to cells before pagination |