monday_list_boards
ActiveTool of Monday
declared in 0.1.0
List all boards in your account. Returns board ID, name, state, and item count to discover available boards.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-monday-api-key"
},
{
"limit": 50,
"_apiKey": "your-monday-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of boards to return (default 20, max 50)"
},
"_apiKey": {
"type": "string",
"description": "Monday.com API token"
}
}
}Parent server
Monday
https://github.com/pipeworx-io/mcp-monday
1/7 registries