Skip to main content
Glama
liba2k
by liba2k

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FELLOW_API_KEYYesYour Fellow API key
FELLOW_SUBDOMAINYesYour Fellow workspace subdomain (the part before .fellow.app in your URL)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/liba2k/fellow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server