zoom_get_meeting
Pack: zoom · Endpoint: https://gateway.pipeworx.io/zoom/mcp
Get the full details of a single Zoom meeting by its meeting ID, including topic, start time, duration, timezone, agenda, join URL, status, and key video/security settings (host video, participant video, waiting room). Use after zoom_list_meetings to inspect a specific video call.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
meeting_id | string | yes | The ID of the Zoom meeting to retrieve (from zoom_list_meetings). |
Example call
curl -X POST https://gateway.pipeworx.io/zoom/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"zoom_get_meeting","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"zoom": {
"url": "https://gateway.pipeworx.io/zoom/mcp"
}
}
}
See Getting Started for client-specific install steps.