What problem does it solve?
This Skill streamlines the management of Notion databases and data sources, enabling quick access to schema information, efficient querying, and seamless row creation and updates.
Core Features & Use Cases
- Database and Data Source Schema Access: Retrieve detailed schema information for any Notion database.
- Querying: Execute complex queries to filter, sort, and paginate database entries.
- Row Creation and Update: Add new rows or update existing ones within a data source.
- Use Case: If you need to regularly update a Notion database with new data, this Skill allows you to automate the process, ensuring data accuracy and reducing manual effort.
Quick Start
To start querying a Notion database, run 'ntn datasources query <data-source-id> --filter '{"property":"Status","select":{"equals":"In Progress"}}' --sort "Updated desc" --limit 50 --json