Draft today's daily journal from your week
언제 쓸까: Friday reflection; you want a summary of the week's journal pages.
사전 조건
- 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
흐름
-
Pull last week's journal pagesGet the content of this week's daily journal pages (Monday through today).✓ 복사됨→ Page contents per day
-
Summarize and draftSummarize themes and draft today's journal with a Week Review section.✓ 복사됨→ Draft ready to paste
-
Write backUpdate today's journal page, appending the Week Review section.✓ 복사됨→ Page updated
결과: A closing-the-loop weekly reflection with minimal typing.
함정
- 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