I can connect to your Notion workspace using your API key.
ntn_Bf4634339116rYJKfbeLdlUzUcfKMArRa7PA6BSeNzR4tJ
1. Test Connection
notion: test connection
Verifies the API key works and shows your user info.
2. List Databases
notion: list databases
Shows all databases in your Notion workspace.
3. Create Page
notion: create page "My Notes" in [parent_id]
Content: [your content here]
4. Add to Database
notion: add to [database_id]
Properties: {name: "Task", status: "Done"}
5. Query Database
notion: query [database_id]
Filter: {status: "In Progress"}
- "Save this to Notion" → I'll create a page with our conversation
- "Show my Notion databases" → List all your databases
- "Create a FPL tracker in Notion" → Build a database for FPL
- "Add this to my notes" → Append to a notes page
Ready! What would you like me to do with your Notion?