list_notes
List the user’s notes with optional search and date filters.Full-text search filter
ISO 8601 start date
ISO 8601 end date
Max results (default 20)
Example Usage
get_note
Get a specific note by ID, including transcript, summary, action items, and highlights.The note ID
Example Usage
search_memory
Semantic search across all captured context. Returns the most relevant notes and transcript snippets.Natural language query
Max results (default 10)
Example Usage
get_action_items
List pending or completed action items extracted from recordings.Filter by status:
pending, completed, or all (default all)Example Usage
complete_action_item
Mark an action item as completed.The action item ID
Example Usage
get_transcript
Get the full diarized transcript for a note with speaker labels and timestamps.The note ID
Output format:
json or text (default json)Example Usage
get_highlights
Get user-highlighted moments from a recording — the parts the user tapped to bookmark.The note ID
Example Usage
ask_ruune
Ask a natural language question about the user’s captured context. Returns a synthesized answer with citations to specific notes.The question to answer
Example Usage

