list_routes
List each route on the Design Canvas with its ID, path, dimensions, and position. Retrieve IDs before removing routes or avoid duplicates before adding.
Instructions
List all routes currently displayed on the Design Canvas. Returns each route's ID, path, viewport dimensions (width × height), and canvas position.
USAGE: Call this before removing routes (you need the route ID for precise removal) or before adding routes (to avoid duplicates). Route IDs are stable — use them to reference specific frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||