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

# Granola

> Search and retrieve AI-enhanced meeting notes from Granola

Connect your Granola account and unlock these capabilities: search and list your meeting notes, retrieve full
transcripts and AI-generated summaries, and give AI agents read access to your meeting history — all through a secure
OAuth connection.

***

## What you unlock

<CardGroup cols={2}>
  <Card title="Meeting note search" icon="magnifying-glass">
    Search across all your Granola meeting notes by keyword, date, or topic — find what was discussed without scrolling.
  </Card>

  <Card title="AI-generated summaries" icon="sparkles">
    Access Granola's AI-enhanced summaries and key takeaways for any meeting, right from chat.
  </Card>

  <Card title="Transcript access" icon="file-lines">
    Retrieve the full transcript of any meeting for detailed review, quote extraction, or follow-up actions.
  </Card>

  <Card title="4 agent tools" icon="wrench">
    Give your AI agent read access to meeting lists, individual meetings, transcripts, and search results.
  </Card>
</CardGroup>

***

## Connect Granola

<Steps>
  <Step title="Open Settings → Integrations">
    In any workspace go to **Settings → Integrations** and select **Granola**.
  </Step>

  <Step title="Authorize with Granola">
    Click **Connect** — you'll be redirected to Granola's OAuth consent screen. Sign in with your Granola account and
    grant access.
  </Step>

  <Step title="Start using Granola in agents">
    Open the agent and enable the Granola actions it needs. The agent can use only meeting content available to your
    connected account.
  </Step>
</Steps>

***

## Agent tools

Add Granola tools to agents that need them. Their access is limited by the connected account and selected tools.

### Meetings

| Tool                | Description                                                |
| ------------------- | ---------------------------------------------------------- |
| List meetings       | List recent meetings with titles, dates, and summaries     |
| Get meeting details | Retrieve full details and AI summary of a specific meeting |
| Get transcript      | Retrieve the full transcript of a meeting                  |
| Search meetings     | Search across meetings by keyword or topic                 |

***

## Triggers

<Note>
  Triggers are not yet available for Granola. You can still add its tools to an agent and use them in chats or tasks.
</Note>

***

## Example use cases

<AccordionGroup>
  <Accordion title="Recall what was decided in a meeting">
    Ask your agent to search your Granola meetings for a specific topic — like "pricing discussion" — and get the AI
    summary with key decisions and action items, without re-watching or re-reading.
  </Accordion>

  <Accordion title="Extract action items from a transcript">
    Tell your agent to pull the full transcript of yesterday's standup, identify all action items and owners, and post
    them as a checklist in your team channel.
  </Accordion>
</AccordionGroup>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="OAuth consent screen doesn't appear">
    Make sure pop-ups are not blocked in your browser. If the Granola authorization page doesn't open, try again with
    pop-ups allowed or use a different browser.
  </Accordion>

  <Accordion title="No meetings are returned">
    Granola must be actively recording your meetings for data to be available. Confirm that Granola is running and
    recording on your device, and that you have meeting notes in your Granola account.
  </Accordion>

  <Accordion title="Search returns incomplete results">
    Granola search depends on the content of your AI summaries and transcripts. Try broader search terms or use the list
    meetings tool to browse by date instead.
  </Accordion>

  <Accordion title="Authorization expired">
    Granola OAuth tokens can expire. Go to **Settings → Integrations → Granola**, disconnect, and reconnect to refresh
    your authorization.
  </Accordion>
</AccordionGroup>

***

<Card title="Back to Integrations" icon="plug" href="/integrations/overview">
  View all available integrations
</Card>
