Holaspirit MCP Server

get_meeting

Get details of a specific meeting

Input Schema

NameRequiredDescriptionDefault
meetingIdYes
organizationIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "meetingId": { "type": "string" }, "organizationId": { "type": "string" } }, "required": [ "organizationId", "meetingId" ], "type": "object" }