You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tools/granola.mdx
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,12 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#B2C147"
11
11
/>
12
12
13
-
{/* MANUAL-CONTENT-START:intro */}
14
-
[Granola](https://www.granola.ai/) is an AI-powered meeting notes platform that automatically captures, transcribes, and summarizes your meetings. Granola runs quietly in the background during calls, producing structured notes with key takeaways so you never miss important details.
15
-
16
-
With the Granola integration in Sim, you can:
17
-
18
-
-**List meeting notes**: Retrieve your recent meeting notes with flexible date and pagination filters
19
-
-**Get note details**: Access the full summary, attendees, calendar event metadata, and folder membership for any note
20
-
-**Include transcripts**: Optionally retrieve the complete speaker-attributed transcript for a meeting
21
-
-**Filter by date**: Narrow results to notes created before/after a date or updated after a date
22
-
23
-
In Sim, the Granola integration enables your agents to programmatically access meeting intelligence as part of their workflows. This allows for automation scenarios such as extracting action items from meetings, syncing meeting summaries to other tools, building meeting digest reports, or triggering follow-up tasks based on meeting content.
24
-
{/* MANUAL-CONTENT-END:intro */}
25
-
26
13
## Usage Instructions
27
14
28
15
Integrate Granola into your workflow to retrieve meeting notes, summaries, attendees, and transcripts.
29
16
17
+
18
+
30
19
## Tools
31
20
32
21
### `granola_list_notes`
@@ -68,7 +57,7 @@ Retrieves a specific meeting note from Granola by ID, including summary, attende
68
57
| --------- | ---- | -------- | ----------- |
69
58
|`apiKey`| string | Yes | Granola API key |
70
59
|`noteId`| string | Yes | The note ID \(e.g., not_1d3tmYTlCICgjy\)|
71
-
|`includeTranscript`|boolean| No | Whether to include the meeting transcript |
60
+
|`includeTranscript`|string| No | Whether to include the meeting transcript |
0 commit comments