Skip to main content

fetch_user_meetings

List User Meetings — Retrieve a paginated list of the authenticated user’s past meetings. Returns meeting metadata including IDs, titles, timestamps, and participant counts.

fetch_meeting_metadata

Get Meeting Metadata — Retrieve metadata for a specific meeting. Returns title, start/end timestamps, duration, participants, recording status, and processing state.

fetch_meeting_transcript

Get Meeting Transcript — Retrieve the full text transcript of a meeting. Returns timestamped segments with speaker identification. Use pagination for long meetings.

fetch_meeting_highlights

Get Meeting Highlights — Retrieve AI-generated highlights: key moments, important decisions, and notable quotes with timestamps and speaker context.

fetch_meeting_summary

Get Meeting Summary — Retrieve an AI-generated summary covering main topics, key decisions, action items, and next steps.

fetch_meeting_insights

Get Meeting Insights — Retrieve AI-powered analytics including sentiment analysis, topic breakdown, speaking time distribution, engagement metrics, and template-based custom insights.

fetch_team_meetings

List Team Meetings — Retrieve a paginated list of meetings for a specific team.

submit_recording_for_analysis

Upload Recording for Analysis — Submit an audio or video file by public URL for async processing. Returns a meeting ID once queued; transcript, summary, highlights, and insights become available after processing completes.
The URL must be a direct download link to the media file (MP3, MP4, WAV, M4A, WEBM). Links to preview pages or file viewers are not supported.

Example prompts