got evening prep to use notion mcp
This commit is contained in:
@@ -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.
|
Let me know how much unscheduled time I have.
|
||||||
|
|
||||||
## Step 3: Get task data
|
## Step 3: Get task data
|
||||||
Then, read the Notion data from these JSON files:
|
Fetch Notion data directly from these collection URLs (do NOT fetch the DB URLs first — skip schema discovery):
|
||||||
- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Projects.json
|
- Tasks: collection://2c0abd6c-450a-8085-80a0-000ba136a154
|
||||||
- /Users/aj.siegel/OneDrive - ServiceNow/BoxData/Tasks.json
|
- 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:
|
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
|
## Formatting Rules
|
||||||
|
|||||||
Reference in New Issue
Block a user