enrich_meeting_with_crossrefs
Enrich saved meetings by extracting topics and linking to open tasks, related papers, and active projects, returning a structured cross-reference brief.
Instructions
Find cross-references for a saved meeting: open tasks, related papers, active projects.
Call this after saving a meeting transcript (via Meetings tab or
transcribe_recording()). It extracts key topics from the transcript,
matches them against tasks, library papers, and active projects, and
returns a structured cross-reference brief.
The result is also written to the meeting's notes field in the database
so it appears in the Meetings tab.
Args:
meeting_id: The meeting_id from the meetings table.
Returns:
Formatted cross-reference brief listing matched tasks, papers, and projects.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |