Granola
Connect your AI agents to Granola.
Authentication: API key. See Magic Link for the runtime auth flow.
Sample use cases
- List this week’s meeting notes and summarize the decisions across them.
- Pull the transcript from yesterday’s customer call and extract action items with owners.
- Register a webhook so new notes in the
Customer Interviewsfolder trigger a summary in Slack.
Available Tools
list_folders
List accessible folders alphabetically with cursor pagination
list_notes
List meeting notes with cursor pagination
get_note
Get a meeting note by ID: AI summary (plain text and markdown), attendees, calendar event, folder membership, and web URL
create_webhook_endpoint
Register an HTTPS URL to receive note events (note.generated, note.edited, note.regenerated, note.access_granted)
list_webhook_endpoints
List all configured webhook endpoints with their IDs, URLs, subscribed events, scopes, and enabled state
delete_webhook_endpoint
Delete a webhook endpoint by ID; deliveries stop immediately