Skip to main content
Glama

Fathom-Simple-MCP

list_meetings_tool

Retrieve and filter meetings with optional transcripts, summaries, action items, and CRM data to organize and analyze recorded sessions.

Instructions

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).

Input Schema

NameRequiredDescriptionDefault
calendar_inviteesNoFilter by invitee emails
calendar_invitees_domainsNoFilter by domains
calendar_invitees_domains_typeNoDomain filter type (all, only_internal, one_or_more_external)
created_afterNoISO timestamp filter
created_beforeNoISO timestamp filter
cursorNoPagination cursor
include_action_itemsNoInclude action items
include_crm_matchesNoInclude CRM matches
include_summaryNoInclude summary
include_transcriptNoInclude transcript
recorded_byNoFilter by recorder emails
teamsNoFilter by team names

Input Schema (JSON Schema)

{ "properties": { "calendar_invitees": { "default": null, "description": "Filter by invitee emails", "items": { "type": "string" }, "type": "array" }, "calendar_invitees_domains": { "default": null, "description": "Filter by domains", "items": { "type": "string" }, "type": "array" }, "calendar_invitees_domains_type": { "default": null, "description": "Domain filter type (all, only_internal, one_or_more_external)", "type": "string" }, "created_after": { "default": null, "description": "ISO timestamp filter", "type": "string" }, "created_before": { "default": null, "description": "ISO timestamp filter", "type": "string" }, "cursor": { "default": null, "description": "Pagination cursor", "type": "string" }, "include_action_items": { "default": null, "description": "Include action items", "type": "boolean" }, "include_crm_matches": { "default": null, "description": "Include CRM matches", "type": "boolean" }, "include_summary": { "default": null, "description": "Include summary", "type": "boolean" }, "include_transcript": { "default": null, "description": "Include transcript", "type": "boolean" }, "recorded_by": { "default": null, "description": "Filter by recorder emails", "items": { "type": "string" }, "type": "array" }, "teams": { "default": null, "description": "Filter by team names", "items": { "type": "string" }, "type": "array" } }, "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