monday-list-boards
Retrieve all boards from Monday.com with customizable pagination, enabling efficient management and access to board information.
Instructions
Get all Boards from Monday.com
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of Monday.com Boards to return. | |
page | No | Page number for pagination. |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of Monday.com Boards to return.",
"type": "integer"
},
"page": {
"description": "Page number for pagination.",
"type": "integer"
}
},
"type": "object"
}