Skip to main content
Glama

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
NameRequiredDescriptionDefault
pageNoZero-based page number for pagination. Page 0 returns the first batch of cells, page 1 returns the next batch, etc. Default is 0.
page_sizeNoMaximum number of cells to return in a single page. Controls response size and performance. Must be between 1 and 1000. Default is 50.
filterNoOptional filter criteria to apply to cells before pagination

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lgazo/drawio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server