Skip to main content
Glama

Miro MCP

by k-jarzyna

get-all-cases

Retrieve a list of eDiscovery cases for an organization using the Miro MCP server. Specify organization ID and limit for paginated results. Ideal for enterprise users managing case data.

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" }

Other Tools from Miro MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-jarzyna/mcp-miro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server