Zoom Transcript MCP Server

extract_action_items

Identify and extract action items, tasks and commitments from meeting transcripts

Input Schema

NameRequiredDescriptionDefault
meetingIdYesMeeting ID to extract action items from. Can be either the numeric ID or UUID.
participantNoOptional filter to only show action items from or assigned to a specific participant

Input Schema (JSON Schema)

{ "properties": { "meetingId": { "description": "Meeting ID to extract action items from. Can be either the numeric ID or UUID.", "type": "string" }, "participant": { "description": "Optional filter to only show action items from or assigned to a specific participant", "type": "string" } }, "required": [ "meetingId" ], "type": "object" }