Changelog
Initial release. Pages, databases, blocks, search, and comments.
Setup
What you'll need: A Notion internal integration token. Create one at notion.so/my-integrations. Give it access to the pages and databases you want your agent to work with. The connect command will prompt you to paste it.
Tools
Pages 4 tools
- notion_search - Search across pages and databases by title
- notion_get_page - Get page properties and metadata
- notion_create_page - Create a new page in a parent page or database
- notion_update_page - Update page properties
Databases 3 tools
- notion_query_database - Query a database with filters and sorts
- notion_get_database - Get database schema and properties
- notion_create_database - Create a new database with custom properties
Blocks 4 tools
- notion_get_block_children - Read page content as blocks
- notion_append_blocks - Add content to a page
- notion_update_block - Modify an existing block
- notion_delete_block - Remove a block from a page
Comments 2 tools
- notion_list_comments - List comments on a page or block
- notion_add_comment - Add a comment to a page or discussion