← All integrations

Granola

Granola integration (AI, Productivity). Imported from open-connector.

API key3 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
granola_list_notes
List accessible Granola meeting notes with optional date, folder, and cursor filters.

/v1/notes

6 parameters
ParamTypeRequiredDescription
created_beforestringoptionalDate or date-time filter accepted by Granola, such as 2026-01-27 or 2026-01-27T…
created_afterstringoptionalDate or date-time filter accepted by Granola, such as 2026-01-27 or 2026-01-27T…
updated_afterstringoptionalDate or date-time filter accepted by Granola, such as 2026-01-27 or 2026-01-27T…
folder_idstringoptionalGranola folder ID used to filter notes.
cursorstringoptionalCursor token returned by a previous Granola page.
page_sizeintegeroptionalMaximum number of records to return. Granola allows 1 to 30.
GET
granola_get_note
Get a Granola meeting note by ID, optionally including the transcript.

/v1/notes/{note_id}

2 parameters
ParamTypeRequiredDescription
note_idstringrequiredGranola note ID to retrieve.
includestringoptionalOptional related Granola note data to include.
GET
granola_list_folders
List accessible Granola folders with cursor pagination.

/v1/folders

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalCursor token returned by a previous Granola page.
page_sizeintegeroptionalMaximum number of records to return. Granola allows 1 to 30.
Request private-beta access