Granola

Access meeting notes and transcripts from Granola

Usage Instructions

Integrate Granola into your workflow to retrieve meeting notes, summaries, attendees, and transcripts.

Tools

granola_list_notes

Lists meeting notes from Granola with optional date filters and pagination.

Input

ParameterTypeRequiredDescription
apiKeystringYesGranola API key
createdBeforestringNoReturn notes created before this date (ISO 8601)
createdAfterstringNoReturn notes created after this date (ISO 8601)
updatedAfterstringNoReturn notes updated after this date (ISO 8601)
cursorstringNoPagination cursor from a previous response
pageSizenumberNoNumber of notes per page (1-30, default 10)

Output

ParameterTypeDescription
notesjsonList of meeting notes
idstringNote ID
titlestringNote title
ownerNamestringNote owner name
ownerEmailstringNote owner email
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
hasMorebooleanWhether more notes are available
cursorstringPagination cursor for the next page

granola_get_note

Retrieves a specific meeting note from Granola by ID, including summary, attendees, calendar event details, and optionally the transcript.

Input

ParameterTypeRequiredDescription
apiKeystringYesGranola API key
noteIdstringYesThe note ID (e.g., not_1d3tmYTlCICgjy)
includeTranscriptstringNoWhether to include the meeting transcript

Output

ParameterTypeDescription
idstringNote ID
titlestringNote title
ownerNamestringNote owner name
ownerEmailstringNote owner email
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
summaryTextstringPlain text summary of the meeting
summaryMarkdownstringMarkdown-formatted summary of the meeting
attendeesjsonMeeting attendees
namestringAttendee name
emailstringAttendee email
foldersjsonFolders the note belongs to
idstringFolder ID
namestringFolder name
calendarEventTitlestringCalendar event title
calendarOrganiserstringCalendar event organiser email
calendarEventIdstringCalendar event ID
scheduledStartTimestringScheduled start time
scheduledEndTimestringScheduled end time
inviteesjsonCalendar event invitee emails
transcriptjsonMeeting transcript entries (only if requested)
speakerstringSpeaker source (microphone or speaker)
textstringTranscript text
startTimestringSegment start time
endTimestringSegment end time

On this page

Start building today
Trusted by over 100,000 builders.
The open-source platform to build AI agents and run your agentic workforce.
Get started