monday_get_board
ActiveTool of Monday
declared in 0.1.0
Get board structure and metadata (e.g., board ID "12345"). Returns name, columns, groups, and item count.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-monday-api-key",
"board_id": "12345"
}
],
"required": [
"_apiKey",
"board_id"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Monday.com API token"
},
"board_id": {
"type": "string",
"description": "Board ID"
}
}
}Parent server
Monday
https://github.com/pipeworx-io/mcp-monday
1/7 registries