Setting the file. One moment.
Subchapter 158.5
examples/create-zoom-doc.mdMarkdown1 KBView on GitHub
Use the dedicated zoom-docs-mcp server for Zoom Docs creation and retrieval.
The official documented docs tools are create_file_with_content and get_file_content.
docs:write:importIf the source is meeting content, first use the current Zoom MCP retrieval tools.
search_meetings
q: "Q1 planning"
from: "2026-03-01"
to: "2026-03-06"get_meeting_assets
meetingId: "MEETING_ID_OR_UUID"create_file_with_content
file_name: "Q1 Planning — Action Items"
content: "# Action Items\n\n- Owner: ..."Optional parameter:
parent_id to place the document under a specific folder or parent objectSuccessful calls return:
file_idfile_linkExpect clients to expose at least the created file ID, and in practice often a direct Docs link. Always parse the actual response you receive from the MCP client.