Skip to main content
Glama

Fathom-Simple-MCP

get_transcript_tool

Retrieve timestamped speaker transcripts from recordings using the Fathom AI API. Supports synchronous responses or asynchronous callbacks for processing meeting content.

Instructions

Retrieve the transcript for a recording as an array of timestamped speaker entries. Supports synchronous response or asynchronous POST to destination_url.

Input Schema

NameRequiredDescriptionDefault
destination_urlNoOptional async callback URL
recording_idYesThe recording identifier

Input Schema (JSON Schema)

{ "properties": { "destination_url": { "default": null, "description": "Optional async callback URL", "type": "string" }, "recording_id": { "description": "The recording identifier", "type": "integer" } }, "required": [ "recording_id" ], "type": "object" }

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/druellan/fathom-get-mcp'

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