
Get the currently authenticated monday.com user (id, name, email).
List workspaces the user can access.
List boards. Optionally filter by workspace IDs (comma-separated numeric IDs).
Get a board by ID including columns and groups.
List the first page of items (rows) on a board. Use monday_next_items_page with the returned cursor for additional pages.
Fetch the next page of items using the cursor returned from monday_list_board_items.
Fetch up to 100 items by ID with column values.
Create an item (row) on a board.
Update one or more column values on an item.
Post an update (comment) on an item.
Permanently delete an item.