Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FELLOW_API_KEY | Yes | Your Fellow API key | |
| FELLOW_SUBDOMAIN | Yes | Your Fellow workspace subdomain (the part before .fellow.app in your URL) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_meetings | Search for meetings/recordings in Fellow. Can filter by title, date range, or event ID. Returns a list of meetings with basic metadata. |
| get_meeting_transcript | Get the full transcript of a meeting recording. Returns diarized (speaker-labeled) and timestamped transcript segments. |
| get_meeting_summary | Get the meeting summary/notes content. Returns the structured notes including agenda items, discussion topics, and decisions made. |
| get_action_items | Get action items from a meeting. Extracts action items from the meeting notes content. |
| get_meeting_participants | Get the list of participants/attendees for a meeting. Returns email addresses of people who were invited to the calendar event. |
| sync_meetings | Sync meetings from Fellow API to local database. By default does incremental sync (only new/updated since last sync). Use force=true for full re-sync. |
| get_all_action_items | Get all action items from the local database. Automatically performs incremental sync first to ensure data is fresh. Can filter by assignee, completion status, or date range. |
| get_meetings_by_participants | Find meetings that included specific participants. Searches the local database. |
| search_cached_notes | Full-text search across all cached meeting notes. Searches titles and content. |
| get_sync_status | Get the current sync status and database statistics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |