zoom_get_meeting
ActiveTool of Zoom
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 schema
{
"type": "object",
"required": [
"meeting_id"
],
"properties": {
"meeting_id": {
"type": "string",
"description": "The ID of the Zoom meeting to retrieve (from zoom_list_meetings)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Zoom
https://github.com/pipeworx-io/mcp-zoom
1/7 registries