list_design_elements
List game design documents with pagination. Filter by project and element type to browse design elements.
Instructions
List design elements (game design documents). Returns { items, total, offset, limit, hasMore }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50, max: 200) | |
| offset | No | Skip first N items (default: 0) | |
| typeId | No | Filter by element type ID | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |