You're viewing a demo portfolio

Join the waitlist
PRSM

monday_create_item

Active

Tool of Monday

declared in 0.1.0

Create a new item in a board (e.g., board ID "12345", name "New Task"). Returns created item ID and name.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-monday-api-key",
      "board_id": "12345",
      "group_id": "group_1",
      "item_name": "New Task"
    },
    {
      "_apiKey": "your-monday-api-key",
      "board_id": "12345",
      "group_id": "group_1",
      "item_name": "Bug Fix",
      "column_values": "{\"status\":\"Working on it\",\"priority\":\"High\"}"
    }
  ],
  "required": [
    "_apiKey",
    "board_id",
    "group_id",
    "item_name"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "Monday.com API token"
    },
    "board_id": {
      "type": "string",
      "description": "Board ID"
    },
    "group_id": {
      "type": "string",
      "description": "Group ID within the board"
    },
    "item_name": {
      "type": "string",
      "description": "Name for the new item"
    },
    "column_values": {
      "type": "string",
      "description": "JSON string of column values to set (e.g., {\"status\":\"Working on it\"})"
    }
  }
}

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 →