Skip to main content
Glama

Zoom Transcript MCP Server

extract_action_items

Extract actionable tasks and commitments from Zoom meeting transcripts. Filter by participant for specific assignments using the meeting ID.

Instructions

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" }
Install Server

Other Tools from Zoom Transcript MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/forayconsulting/zoom_transcript_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server