list_board_menu_pages
List board menu page model documents with optional filters by ID, pageId, alias, or label for read-only discovery.
Instructions
Read-only list of board menu page model docs. Optional page filters by MenuPage _id, raw pageId, main/archive alias, or exact label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | a string that will be trimmed | |
| limit | No | Maximum number of board menu pages to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |