Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_granola_notes | Search through Granola notes/documents by query string. Returns matching documents with their content. |
| search_granola_transcripts | Search through Granola meeting transcripts by query string. Returns matching transcripts with their content. |
| search_granola_events | Search through Granola calendar events by query string. Returns matching events with details. |
| search_granola_panels | Search through Granola document panels (structured note sections) by query string. |
| get_granola_document | Get a specific Granola document by its ID. |
| get_granola_transcript | Get a specific Granola transcript by its ID. |
| list_granola_documents | List all Granola documents with basic metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |