monday-list-subitems-in-items
Retrieve all sub-items linked to specified Monday.com items using the MCP server to organize and manage board data efficiently.
Instructions
List all Sub-items of a list of Monday.com Items
Input Schema
Name | Required | Description | Default |
---|---|---|---|
itemIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"itemIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"itemIds"
],
"type": "object"
}