You're viewing a demo portfolio

Join the waitlist
PRSM

monday_list_items

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Monday

https://github.com/pipeworx-io/mcp-monday

1/7 registries
View full server →