> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Granola

> Granola is a meeting notes app that captures transcripts and helps teams search and share conversations

Granola is a meeting notes app that captures transcripts and helps teams search and share conversations. It helps turn meeting context into action items and follow-ups.

`granola` · **6 tools** · no triggers

## Connect it

```bash theme={"theme":"github-dark"}
run auth granola
run auth granola --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run granola          # common commands
run granola --all    # every command
```

```ts theme={"theme":"github-dark"}
import { granola } from "@boxd/run";
```

## Common tools

| Tool                     | What it does                                                                                                                       |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `get-account-info`       | Get the email, active workspace, and effective note-access scopes for the Granola account currently connected to this MCP session. |
| `get-meetings`           | Get detailed meeting information for one or more Granola meetings by ID.                                                           |
| `get-meeting-transcript` | Get the full transcript for a specific Granola meeting by ID.                                                                      |
| `list-meeting-folders`   | List the user's Granola meeting folders. Returns folder ID, title, description, and note count including nested folders.           |
| `list-meetings`          | List the user's Granola meeting notes within a time range. Returns meeting titles and metadata.                                    |

<Accordion title="All 6 tools" icon="list">
  | Tool                     | What it does                                                                                                                       |
  | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
  | `get-account-info`       | Get the email, active workspace, and effective note-access scopes for the Granola account currently connected to this MCP session. |
  | `get-meetings`           | Get detailed meeting information for one or more Granola meetings by ID.                                                           |
  | `get-meeting-transcript` | Get the full transcript for a specific Granola meeting by ID.                                                                      |
  | `list-meeting-folders`   | List the user's Granola meeting folders. Returns folder ID, title, description, and note count including nested folders.           |
  | `list-meetings`          | List the user's Granola meeting notes within a time range. Returns meeting titles and metadata.                                    |
  | `query-granola-meetings` | Query Granola about the user's meetings using natural language.                                                                    |
</Accordion>

[Open Granola in the console →](https://app.boxd.sh/integrations/detail/granola_mcp)
