Miro MCP

by k-jarzyna

get-all-legal-holds

Retrieve the complete list of legal holds for a specific case and organization using structured parameters like orgId, caseId, and limit for precise results. Part of Miro MCP server functionalities.

Instructions

Retrieves the list of all legal holds within a case (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
caseIdYesThe ID of the case for which you want to retrieve the list of legal holds
cursorNoCursor for pagination
limitYesThe maximum number of items in the result list
orgIdYesThe ID of the organization for which you want to retrieve the list of legal holds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseId": { "description": "The ID of the case for which you want to retrieve the list of legal holds", "type": "string" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "The maximum number of items in the result list", "type": "number" }, "orgId": { "description": "The ID of the organization for which you want to retrieve the list of legal holds", "type": "string" } }, "required": [ "limit", "orgId", "caseId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404