What problem does it solve? Managing Notion workspaces programmatically requires navigating API authentication, version-specific endpoints, and complex property schemas, which slows down automation of documentation and database workflows. ## Core Features & Use Cases - Page and Block Management: Create, read, and update pages and append content blocks such as paragraphs to any page. - Data Source Operations: Query databases with filters and sorts, and create new data sources with custom property schemas. - Search and Discovery: Search across pages and data sources by title to locate content in the workspace. - Use Case: Automatically log completed tasks from a CI pipeline into a Notion database by creating pages with Status and Date properties, then query the data source to generate a weekly summary. ## Quick Start Use the notion skill to create a new page in my project tracker database with the title "Sprint Review" and status set to "Todo".