Subchapter 158.2
references/tools.mdMarkdown5 KBView on GitHub
Tools available on the bundled Zoom MCP servers. Treat the raw server tool names as authoritative.
Some MCP clients namespace them in the UI, for example zoom-mcp:recordings_list or
zoom-docs-mcp:create_file_with_content.
This reference is based on the current documented and observed tool surfaces of:
https://mcp-us.zoom.us/mcp/zoom/streamablehttps://mcp.zoom.us/mcp/docs/streamableTreat the live MCP protocol tools/list response as the authoritative source for the current
tool list and schemas.
The main Zoom MCP server exposes these tools:
get_meeting_assetssearch_meetingsget_recording_resourcerecordings_listThe server did not expose older inferred tool names such as list_meetings,
get_meeting, create_meeting, get_user_profile, list_available_tools, or
get_tool_details in that probe.
Protected-resource metadata for the main Zoom MCP server advertised these scope families:
ai_companion:read:searchmeeting:read:assetsmeeting:read:searchcloud_recording:read:contentcloud_recording:read:list_user_recordingsdocs:write:importdocs:read:exportThe dedicated Zoom Docs MCP server exposes these documented tools:
create_file_with_contentget_file_contentCreate a Zoom Docs document from Markdown content.
Verified scope: docs:write:import
| Parameter | Type | Required | Description |
|---|---|---|---|
content | string | Yes | Markdown formatted content |
file_name | string | No | Name of the new document |
parent_id | string | No | Parent file/folder ID; omit to place under My Docs |
Successful calls return:
file_idfile_linkRetrieve a Zoom Docs document in Markdown format.
Verified scope: docs:read:export
| Parameter | Type | Required | Description |
|---|---|---|---|
fileId | string | Yes | The unique identifier of the document file |
Read-only search tool for semantic meeting discovery.
Verified scope: meeting:read:search
| Parameter | Type | Required | Description |
|---|---|---|---|
q | string | No | Search query keyword |
from | string | No | UTC start datetime |
to | string | No | UTC end datetime |
page_size | integer | No | Results per page; default 50, max 300 |
next_page_token | string | No | Pagination token; expires in 15 minutes |
Read-only meeting asset hub. Retrieves meeting summary, recording, whiteboards, Zoom Docs, and related artifacts for a specific meeting.
Verified scope: meeting:read:assets
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | Numeric meeting number or UUID; the schema prefers UUID when available |
Important live-schema note:
/ or //.List cloud recordings for a user.
Verified scope: cloud_recording:read:list_user_recordings
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | User ID; user OAuth commonly accepts me |
from | string | No | Start date |
to | string | No | End date |
meeting_id | integer | No | Filter by meeting number |
trash | boolean | No | Include trashed recordings |
trash_type | string | No | Trash filter category |
mc | string | No | Additional recording filter flag from the live schema |
page_size | integer | No | Results per page; default 30, max 300 |
next_page_token | string | No | Pagination token |
Retrieve recording-oriented assets for a specific meeting, including transcript-like, summary-like, and playback-oriented resources.
Verified scope: cloud_recording:read:content
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | Meeting UUID or recording-capable identifier |
types | string | No | Resource type selector |
clip_num | integer | No | Clip number / segment selector |
play_time | integer | No | Playback position |
raw_passcode | string | No | Plaintext recording passcode |
encode_passcode | string | No | Encoded recording passcode |
Output shape from live schema includes resource families such as:
tools/list, not through a dedicated Zoom utility tool.tools/list whenever you need to confirm whether the current tool list has changed.query, startDate, endDate, or pageSize; the current live schema uses q, from, to, and page_size.zoom-mcp server; Zoom Docs now have a dedicated zoom-docs-mcp server in this plugin.