Get Monday.com Board Item Content
monday_get_board_item_listRetrieve detailed content for a specific board item including its ID, name, and parsed description text from Monday.com workspaces.
Instructions
Retrieve detailed content for a specific board item including its ID, name, and parsed description text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID of the item to retrieve content for (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Item content object with id, name, and description or error object |