monday-get-docs
Retrieve a specified number of documents from Monday.com boards using the MCP server. Adjust the limit parameter to control the number of documents fetched, with a default of 25.
Instructions
Get a list of documents from Monday.com.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of documents to retrieve. Default is 25. |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of documents to retrieve. Default is 25.",
"type": "integer"
}
},
"type": "object"
}