You're viewing a demo portfolio

Join the waitlist
PRSM

monday_search_items

Active

Tool of Monday

declared in 0.1.0

Search for items across all boards by keyword. Returns matching items with ID, name, board name, and column values.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "urgent",
      "_apiKey": "your-monday-api-key"
    },
    {
      "limit": 25,
      "query": "Q4 planning",
      "_apiKey": "your-monday-api-key"
    }
  ],
  "required": [
    "_apiKey",
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results to return (default 20, max 50)"
    },
    "query": {
      "type": "string",
      "description": "Search query text"
    },
    "_apiKey": {
      "type": "string",
      "description": "Monday.com API token"
    }
  }
}

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 →
monday_search_items — Monday — PRSM MCP