update_meeting_transcription
Update an appointment with a meeting transcript and AI summary from a notetaker. Send markdown content for transcription or summary to store on the appointment.
Instructions
Store a meeting transcript and/or AI summary (markdown) on an appointment.
meetergo does NOT record meetings itself — feed this from a notetaker (Granola, Fireflies, etc.). Only provided fields are sent; omit a field to leave it unchanged.
Args: appointment_id: The appointment. transcription: Full transcript in markdown. summary: AI-generated summary in markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | ||
| transcription | No | ||
| appointment_id | Yes |