Draft today's daily journal from your week
Wann einsetzen: Friday reflection; you want a summary of the week's journal pages.
Voraussetzungen
- Logseq with HTTP API enabled — Settings > Features > enable HTTP APIs; generate API token
- LOGSEQ_API_TOKEN + LOGSEQ_API_URL env vars — Set in your MCP client config
Ablauf
-
Pull last week's journal pagesGet the content of this week's daily journal pages (Monday through today).✓ Kopiert→ Page contents per day
-
Summarize and draftSummarize themes and draft today's journal with a Week Review section.✓ Kopiert→ Draft ready to paste
-
Write backUpdate today's journal page, appending the Week Review section.✓ Kopiert→ Page updated
Ergebnis: A closing-the-loop weekly reflection with minimal typing.
Fallstricke
- update_page in append mode duplicates content on retry — Use replace mode for idempotent operations, or check existing content first
- Sensitive tags leak into summaries — Set LOGSEQ_EXCLUDE_TAGS=private,#secret to hide those