Miro MCP

by k-jarzyna

get-legal-hold

Retrieve detailed information about a specific legal hold by providing organization, case, and legal hold IDs using this Enterprise tool.

Instructions

Retrieves information about a specific legal hold (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
caseIdYesThe ID of the case for which you want to retrieve the legal hold information
legalHoldIdYesThe ID of the legal hold you want to retrieve
orgIdYesThe ID of the organization for which you want to retrieve the legal hold information

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 legal hold information", "type": "string" }, "legalHoldId": { "description": "The ID of the legal hold you want to retrieve", "type": "string" }, "orgId": { "description": "The ID of the organization for which you want to retrieve the legal hold information", "type": "string" } }, "required": [ "orgId", "caseId", "legalHoldId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404