Skip to main content
Glama

Fathom-Simple-MCP

get_summary_tool

Fetch markdown summaries for recordings using synchronous return or asynchronous POST callbacks to destination URLs.

Instructions

Fetch the markdown summary for a specific recording. Supports synchronous return or asynchronous POST when destination_url is provided.

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