Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
FATHOM_API_KEY | Yes | Your Fathom API key (required) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_meetings_tool | Retrieve a paginated list of meetings accessible to the API key. Supports filtering and optional inclusion of transcripts, summaries, action items, and CRM matches (where available). |
get_summary_tool | Fetch the markdown summary for a specific recording. Supports synchronous return or asynchronous POST when destination_url is provided. |
get_transcript_tool | Retrieve the transcript for a recording as an array of timestamped speaker entries. Supports synchronous response or asynchronous POST to destination_url. |
list_teams_tool | Return a paginated list of teams associated with the account. |
list_team_members_tool | Return a paginated list of team members; supports optional filtering by team name. |