A
licenseNot graded
qualityD
maintenanceProvides AI assistants access to Fathom meeting recordings, summaries, and transcripts via tools like list_meetings, get_meeting_summary, and get_meeting_transcript.
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clearly distinct purpose: listing meetings, retrieving summaries, and fetching transcripts. No overlap or ambiguity exists.
All tool names follow a consistent verb_noun pattern using snake_case (list_meetings, get_summary, get_transcript), making them predictable and easy to understand.
With 3 tools, the server is well-scoped for its purpose of accessing meeting recordings. Each tool is necessary and there are no superfluous tools.
The tool set covers the core workflow: listing meetings, then retrieving either the summary or transcript. No obvious gaps exist for the stated domain.