Miro MCP

by k-jarzyna

get-legal-hold-content-items

Retrieve content items under legal hold for a specific organization, case, and legal hold ID using the Miro MCP server. Supports pagination for large datasets.

Instructions

Retrieves the list of content items under legal hold (Enterprise only)

Input Schema

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

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 content items under hold", "type": "string" }, "cursor": { "description": "Cursor for pagination", "type": "string" }, "legalHoldId": { "description": "The ID of the legal hold for which you want to retrieve the list of content items under hold", "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 content items under hold", "type": "string" } }, "required": [ "orgId", "caseId", "legalHoldId", "limit" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404