Skip to Content
ResourcesIntegrationsProductivity & DocsGranola

Granola

Service domainDOCUMENTS
Granola icon
Arcade OptimizedBYOC

Arcade tools for Granola meeting intelligence (public Enterprise API)

Author:Arcade
Version:2.0.0
Auth:No authentication required
3tools
3require secrets

Granola is a meeting intelligence platform that captures notes and transcripts from calls. The Arcade Granola toolkit gives agents read access to Granola's public Enterprise API for working with meeting metadata and transcripts.

Capabilities

  • List meetings with optional date-range filters and cursor pagination.
  • Fetch full metadata for a meeting, including attendees and linked calendar event.
  • Retrieve verbatim transcripts with speaker labels and timestamps, optionally filtered by speaker.

OAuth

No OAuth — the toolkit authenticates via a Granola Enterprise API key passed as a secret.

Secrets

Available tools(3)

3 of 3 tools
Operations
Behavior
Tool nameDescriptionSecrets
Get full metadata for one Granola meeting by its note ID. Does not return notes or transcript content. Use get_meeting_transcript for the transcript.
1
Get the verbatim transcript for a Granola meeting, with speaker labels and timestamps. Returns all segments by default. Use speaker_filter to narrow to a single speaker. Note: transcripts can be large for long meetings.
1
List Granola meetings, optionally filtered by date range, with cursor pagination. Returns metadata only — no notes or transcript content. Results are newest first.
1
Last updated on