Get Full Board Data
get_full_board_dataRetrieve all board data including items with optional filters. Use this to get comprehensive information from a Monday.com board.
Instructions
INTERNAL USE ONLY - DO NOT CALL THIS TOOL DIRECTLY. This tool is exclusively triggered by UI components and should never be invoked directly by the agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The ID of the board to fetch complete data for | |
| filters | No | The configuration of filters to apply on the items. Use get_board_info for column ids and types on the board. Before sending the filters, use get_column_type_info with fetchMode "guidelines" and use data.guidelines.filter (null if that type has no documented rules). | |
| filtersOperator | No | The operator to use for the filters | and |