Skip to main content
Glama
lukas-bekr

Fathom MCP Server

by lukas-bekr

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

TableJSON Schema
NameRequiredDescriptionDefault
recording_idYesThe recording ID to get the summary for
response_formatNoOutput format: 'markdown' or 'json'markdown

Latest Blog Posts

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/lukas-bekr/fathom-mcp'

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