Skip to main content
Glama

Miro MCP

by k-jarzyna

get-case

Retrieve detailed information about a specific eDiscovery case by providing the organization and case IDs, designed for enterprise use within the Miro MCP server.

Instructions

Retrieves information about a specific eDiscovery case (Enterprise only)

Input Schema

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseId": { "description": "The ID of the case you want to retrieve", "type": "string" }, "orgId": { "description": "The ID of the organization for which you want to retrieve the case information", "type": "string" } }, "required": [ "orgId", "caseId" ], "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