Miro MCP

by k-jarzyna

get-all-cases

Retrieve a paginated list of eDiscovery cases for an enterprise organization using orgId and limit parameters for precise results.

Instructions

Retrieves the list of eDiscovery cases in an organization (Enterprise only)

Input Schema

NameRequiredDescriptionDefault
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 cases

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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 cases", "type": "string" } }, "required": [ "limit", "orgId" ], "type": "object" }

You must be authenticated.

Other Tools from Miro MCP

Related Tools

ID: kagg0s1404