fathom_get_summary
Retrieve AI-generated meeting summaries from Fathom recordings to capture key discussion points, decisions, and important topics covered during meetings.
Instructions
Get the AI-generated summary for a specific Fathom recording.
This tool retrieves the summary that Fathom automatically generates for each meeting. The summary includes key discussion points, decisions made, and important topics covered.
Args:
recording_id (number, required): The ID of the recording to get the summary for
response_format ('markdown'|'json'): Output format (default: 'markdown')
Returns: The meeting summary with template name and formatted content.
Examples:
Get summary: { recording_id: 123456789 }
Get as JSON: { recording_id: 123456789, response_format: 'json' }
Notes:
The recording_id can be found in the meeting list response
Summaries are always in English regardless of the meeting's original language
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | Yes | The recording ID to get the summary for | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |