Tool | What It Does | Example Use |
---|---|---|
Get Me | Get information about the authenticated user and their workspace | ”Get my account and workspace details and return structured data with user name, user email, workspace name, and workspace id” |
List Recordings | List meeting recordings with filtering options and optional transcript inclusion | ”List recordings between start date and end date that match search term , include transcripts if available, and return structured data with recording id, title, meeting date, duration, and has_transcript” |
Get Recording | Retrieve a specific recording by its ID with optional transcript data | ”Using recording id , get the recording, include transcript, and return structured data with title, meeting date, duration, and transcript text” |
List Notes | List meeting notes with filtering options, and optionally include content and attendees | ”List notes between start date and end date that match search term , include content and attendees, and return structured data with note id, meeting title, meeting date, attendees, and content” |
Get Note | Retrieve a specific note by its ID with optional content and attendees | ”Using note id , get the note, include content and attendees, and return structured data with meeting title, meeting date, attendees, and full note content” |
Create Your Fellow MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
meeting title keyword
between start date
and end date
and return structured data with recording id and meeting date”note id
, get the note, include content and attendees, and return structured data with meeting title, meeting date, attendees, and content”Step 1: List Recordings
start date
and end date
that match search term
and return structured data with recording ids and titlesStep 2: Get Recordings + Transcripts
recording ids
, get each recording with transcript and return structured data with title, meeting date, duration, and transcript textStep 3: Summarize and Share
summary style
, then send the summaries to slack channel
using Slack Message Sendersearch term
between start date
and end date
and return structured data with note id, meeting title, and meeting date”Empty Outputs
Incorrect Results
Errors
Iterate Using the Chat