Overview
Tracks is Akita’s research intelligence layer. It orchestrates deep research on topics, generates periodic briefings, and produces signal reports that surface emerging patterns across sources.
Deep Research
Asynchronous, background research on any topic:
- Request:
tracks__request_deep_research— returns immediately with arequest_id - Poll:
tracks__get_research_status— check progress (pending → running → complete) - Retrieve:
tracks__get_dossier— get the finished dossier with full markdown content
Research typically takes 2–4 minutes. Dossiers can include article and book recommendations.
Follow-up Research
Use parentId to chain research requests — the follow-up builds on the parent dossier’s context.
Briefing Topics
Configurable topics that generate periodic intelligence briefings:
list_briefing_topics— see all configured topicsadd_briefing_topic— create a new topic with name, description, and optional search queriesgenerate_briefing— trigger generation for one or all active topicsget_latest_briefing— retrieve the most recent briefing for a topic
Briefing formats: long_form, digest, articles, books, mixed.
Signal Reports
Periodic reports (weekly/monthly/quarterly/yearly) that identify patterns, trends, and notable signals across all tracked sources:
trigger_signal_report— generate a report for an intervalget_signal_report— retrieve by interval and datelist_signal_reports— browse report history
Dossier Navigation
Dossiers form trees (parent → children for follow-up research):
list_dossiers— browse all dossiers, optionally filtered by typeget_dossier_tree— navigate parent chain and children
MCP Tools
See MCP Tools Reference for the full list of tracks__* tools.