Notion
Knowledge

Notion Connector

Connect to Notion to search, create, and manage pages, databases, and content blocks.

$pip install "toolsconnector[notion]"
20
Actions
Knowledge
Category
Free
Apache 2.0

All 20 Actions

Action Description Parameters Returns
add_comment ⚠Add a comment to a pagepage_id, textNotionComment
append_block_children ⚠Append child blocks to a page or blockblock_id, childrenlist
archive_page ⚠Archive (soft-delete) a pagepage_idNotionPage
create_database ⚠Create a new databaseparent_id, title, propertiesNotionDatabase
create_page ⚠Create a new pageparent_id, title  [properties, children]NotionPage
delete_block ⚠Delete a blockblock_idNoneType
get_blockGet a single block by IDblock_idNotionBlock
get_block_childrenGet child blocks of a page or blockblock_id  [limit, cursor]PaginatedList[NotionBlock]
get_databaseGet a database schema and metadatadatabase_idNotionDatabase
get_pageGet a single page by IDpage_idNotionPage
get_page_propertyGet a page property value by IDpage_id, property_iddict
get_userGet a single user by IDuser_idNotionUser
list_commentsList comments on a block or pageblock_id  [limit, cursor]PaginatedList[NotionComment]
list_usersList all users in the workspacelist
query_databaseQuery a database with optional filters and sortsdatabase_id  [filter, sorts, limit, cursor]PaginatedList[NotionPage]
restore_pageRestore an archived pagepage_idNotionPage
searchSearch pages and databases in the workspace[query, filter_type, limit, cursor]PaginatedList[NotionPage]
update_blockUpdate a block's contentblock_id, contentNotionBlock
update_databaseUpdate a database's title, description, or propertiesdatabase_id  [title, description, properties]NotionDatabase
update_pageUpdate page propertiespage_id, propertiesNotionPage
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing