This content has not been translated yet.

Thoughts & Journal

Journal entries, inbox thoughts, and periodic summaries

Overview

The Thoughts system captures journal entries (daily notes, quick captures) and generates periodic summaries. It serves as the personal reflection and continuity layer.

Journal Entries

thoughts__list_thoughts — list entries for a date range:

  • Inbox: quick captures, unprocessed thoughts
  • Archive: processed/filed entries
  • Filter by include_inbox and include_archive
  • Optional max_chars truncation for overview browsing

Summaries

thoughts__list_summaries — cached summaries at multiple time scales:

PeriodScope
weekWeekly reflection
monthMonthly synthesis
quarterQuarterly review
yearYearly overview

Summaries are generated from journal entries and chat history, providing continuity across conversations and time periods.

Typical Usage

# What have I been thinking about this week?
thoughts__list_thoughts(start_date="2026-03-13", end_date="2026-03-20")

# Monthly summary for February
thoughts__list_summaries(period="month", start_date="2026-02-01", end_date="2026-02-28")

# Quick scan of recent inbox items
thoughts__list_thoughts(include_archive=false, limit=10, max_chars=200)

MCP Tools

See MCP Tools Reference for the full list of thoughts__* tools.