search_notes
Search meeting notes by title or summary content using substring matching. Filter through recent notes to find specific information from Granola meetings.
Instructions
Client-side substring search over the list_notes response (title + summary). Pages up to 200 most recent notes then filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Case-insensitive substring to match on title/summary. | |
| limit | No | Max matches returned (default 10). |