Skip to content

Commit 3c76457

Browse files
committed
regen docs
1 parent 24515fa commit 3c76457

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

apps/docs/content/docs/en/tools/granola.mdx

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,12 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1010
color="#B2C147"
1111
/>
1212

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-
2613
## Usage Instructions
2714

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

17+
18+
3019
## Tools
3120

3221
### `granola_list_notes`
@@ -68,7 +57,7 @@ Retrieves a specific meeting note from Granola by ID, including summary, attende
6857
| --------- | ---- | -------- | ----------- |
6958
| `apiKey` | string | Yes | Granola API key |
7059
| `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 |
7261

7362
#### Output
7463

0 commit comments

Comments
 (0)