What problem does it solve? Managing Notion workspaces programmatically requires handling API authentication, versioned headers, and the distinction between database IDs and data source IDs, which is error-prone when done manually. ## Core Features & Use Cases - Page and Block Management: Create pages, retrieve page content, and append blocks such as paragraphs to existing pages. - Data Source Operations: Query databases with filters and sorts, and create new data sources with typed properties like select, date, and relation. - Property Updates: Update page properties including status, dates, multi-selects, and relations using the 2025-09-03 API version. - Use Case: A user wants to log completed tasks into a Notion database; the skill searches for the data source, creates a page with the correct property schema, and updates its status. ## Quick Start Ask the assistant to create a new page in your Notion database with a title and status property using your stored Notion API key.