Skip to main content
Glama

Holaspirit MCP Server

by syucream

get_meeting

Retrieve detailed information about a specific meeting by providing the meeting ID and organization ID using the Holaspirit MCP Server.

Instructions

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

Other Tools from Holaspirit MCP Server

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/syucream/holaspirit-mcp-server'

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