What problem does it solve?
This Skill removes the friction of manually searching, reading, and updating Notion workspaces by providing a direct REST API workflow for common page and database operations.
Core Features & Use Cases
- Workspace search and page discovery: Find pages and child pages by query to quickly locate relevant content.
- Read and append page content: Retrieve page metadata or full block content, then append new paragraphs to keep notes up to date.
- Database querying and creation: Query database entries with filters/sorts and create new pages in a database (including template-driven use via the Notion API).
Use case: When tracking a team’s Q1 roadmap, search for the right project page, append meeting notes as a new paragraph, then query the tasks database for items with a given status and create a new entry when a new task is confirmed.
Quick Start
Use notion to search your workspace for a page named Q1 budget and then append a new paragraph to the matching page.