add_meeting
Store a meeting transcript locally with a title and date, enabling future search and reference across sessions.
Instructions
Store a new meeting transcript locally so it can be searched and referenced in future sessions. Call this whenever the user shares a new meeting transcript.
Args: title: Short title for the meeting, e.g. 'Acme Corp - pricing call' transcript: The full raw transcript text meeting_date: Date of the meeting, ISO format if known (e.g. 2026-06-24)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| transcript | Yes | ||
| meeting_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |