monday_search_items
ActiveTool 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"
}
}
}Parent server
Monday
https://github.com/pipeworx-io/mcp-monday
1/7 registries