fathom_list_meetings
List recent meetings from Fathom with date filters to retrieve summaries, participants, and action items.
Instructions
List recent meetings from Fathom with optional date filters. Returns title, date, participants, summary, and action items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only meetings after this ISO 8601 date (e.g., 2026-03-12) | |
| limit | No | Number of meetings to return (default: 10, max: 50) | |
| before | No | Only meetings before this ISO 8601 date | |
| cursor | No | Pagination cursor for next page |