monday_list_items
ActiveTool of Monday
declared in 0.1.0
List items in a board (e.g., board ID "12345"). Returns item ID, name, group, column values, and created date.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-monday-api-key",
"board_id": "12345"
},
{
"limit": 30,
"_apiKey": "your-monday-api-key",
"board_id": "12345"
}
],
"required": [
"_apiKey",
"board_id"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of items to return (default 20, max 50)"
},
"_apiKey": {
"type": "string",
"description": "Monday.com API token"
},
"board_id": {
"type": "string",
"description": "Board ID"
}
}
}Parent server
Monday
https://github.com/pipeworx-io/mcp-monday
1/7 registries