Documentation Index
Fetch the complete documentation index at: https://onresonant.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Resonant exposes 11 tools through its MCP server. Each tool is callable by any MCP-compatible AI assistant. See the MCP setup guide for connection instructions.search
Full-text search across all dictations, meetings, and memos. Returns matched items with timestamps, app context, and surrounding text.Search query
Filter by type:
"dictation", "meeting", "memo", or "all" (default)Max results to return (default: 10)
Start date filter (ISO 8601)
End date filter (ISO 8601)
recent_activity
Returns a feed of recent voice activity — dictations, memos, meetings — ordered by time.Max items to return (default: 20)
Filter by type:
"dictation", "meeting", "memo", or "all"get_journal
Retrieves the auto-generated daily journal for a specific date. Includes timeline, highlights, and task blocks grouped by app.Date to retrieve (ISO 8601). Defaults to today.
ambient_timeline
Returns the ambient context timeline — a chronological record of app switches, window titles, URLs, and dwell time.Date to query (default: today)
Start time filter (HH:MM)
End time filter (HH:MM)
ambient_app_usage
Aggregated app usage statistics from ambient context. Shows which apps you used, for how long, and when.Date to query (default: today)
Start time filter (HH:MM)
End time filter (HH:MM)
get_dictation
Retrieves a specific dictation by ID with full metadata.Dictation ID
get_meeting
Retrieves a full meeting transcript with speaker labels, timestamps, and meeting metadata.Meeting ID
get_memo
Retrieves a voice memo with its auto-generated title, AI summary, transcript, and metadata.Memo ID
get_stats
Returns voice workspace statistics — word counts, dictation counts, streaks, and progression."today", "week", "month", or "all" (default: "all")