zoom_list_recordings
ActiveTool of Zoom
List the signed-in user's Zoom cloud recordings of past meetings and video calls. Returns each recording's id, topic, start time, duration, total size, recording count, and downloadable/playable files (video, audio, transcript). Supports an optional date range. Use to find and access Zoom recordings.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"to": {
"type": "string",
"description": "End date for the recording search, in YYYY-MM-DD format."
},
"from": {
"type": "string",
"description": "Start date for the recording search, in YYYY-MM-DD format."
},
"page_size": {
"type": "number",
"description": "Maximum number of recordings to return (default 30, max 100)."
}
}
}Parent server
Zoom
https://github.com/pipeworx-io/mcp-zoom
1/7 registries