get_widgets
Fetch widgets from a Mural board, with options to filter by type and paginate through results using a cursor.
Instructions
List widgets on a mural (stripped to key fields). Default limit 50. Use 'next' cursor to paginate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | Pagination cursor from a previous response | |
| type | No | Filter by widget type | |
| limit | No | Max widgets per page (1–100, default 50) | |
| muralId | Yes | Mural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs. |