got evening prep to use notion mcp

This commit is contained in:
aj.siegel
2026-03-15 22:34:46 -04:00
parent f485eb5e8c
commit 634a63b8ff

View File

@@ -23,12 +23,20 @@ Format my calendar events in a simple Markdown table with columns: Time (ET), Ev
Let me know how much unscheduled time I have.
## Step 3: Get task data
Then, read the Notion data from these JSON files:
- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Projects.json
- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Tasks.json
Fetch Notion data directly from these collection URLs (do NOT fetch the DB URLs first — skip schema discovery):
- Tasks: collection://2c0abd6c-450a-8085-80a0-000ba136a154
- Projects: collection://2c0abd6c-450a-807a-a3d7-000b8d8aaecc
Run these two searches in parallel within the tasks collection:
1. Query: "blocking in progress" — surfaces tasks blocking others
2. Query: "suggested for today not started in progress" — surfaces time-sensitive tasks
Fetch only the top 5 results from each search in parallel. Ignore Done and Blocked tasks.
For projects, search for "focus this week active" and fetch the top 5 results in parallel with the task fetches.
Format the note with the following sections:
1. Under **Suggested Tasks** look at all tasks not complete and identify up to 3 tasks with a suggestedforToday of tomorrow or earlir, or tasks that are blocking others. Ignore tasks with a status of Blocked. Add these to a list
1. Under **Suggested Tasks** look at all tasks not complete and identify up to 3 tasks with a suggestedForToday of tomorrow or earlier, or tasks that are blocking others. Ignore tasks with a status of Blocked. Add these to a list.
## Formatting Rules