Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FATHOM_API_KEY | Yes | Your Fathom API key (get it from Fathom Settings > API Access) | |
| FATHOM_OUTPUT_DIR | No | Path to export transcripts (optional, used for export operations) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_meetings | - |
| get_meeting | - |
| get_transcript | - |
| export_meeting | - |
| export_all_meetings | - |
| search_meetings | - |
| get_action_items | - |
| list_teams | - |
| list_team_members | - |
| create_webhook | - |
| delete_webhook | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |