Actions

add_comment
Add a comment to any Notion page to start discussions, provide feedback, or leave notes for team collaboration.

append_to_page
Appends content to the end of a page.

archive_database_item
Archive (soft-delete) a database item without permanently removing it. Archived items can be restored later if needed.

create_database_item
Add a new item to a Notion database with custom field values and optional content. Ideal for creating tasks, records, or entries in structured databases.

createPage
Create a new Notion page as a sub-page with custom title and content. Perfect for organizing documentation, notes, or creating structured page hierarchies.

custom_api_call
Make a custom API call to a specific endpoint

find_page
Search for Notion pages by title with flexible matching options. Perfect for finding specific pages, building page references, or creating automated workflows based on page discovery.

get_page_comments
Retrieve all comments from a Notion page, organized by discussion threads. Perfect for tracking feedback, managing reviews, or monitoring page discussions.

getPageOrBlockChildren
Retrieve the actual content of a page (represented by blocks).

notion-find-database-item
Searches for an item in database by field.

restore_database_item
Restore an archived database item back to active status. Perfect for recovering accidentally archived tasks, projects, or records.

retrieve_database
Get detailed information about a Notion database including all its properties, field types, and configuration. Perfect for building dynamic forms, validation rules, or understanding database schemas.

update_database_item
Update specific fields in a Notion database item. Perfect for maintaining data, tracking changes, or syncing information across systems.
Triggers

new_database_item
Triggers when an item is added to a database.

updated_database_item
Triggers when an item is updated in a database.

new_comment
Triggers whenever someone adds a new comment to a specific Notion page. Perfect for notifications, review workflows, or automated responses to team feedback.

updated_page
Triggers whenever any page in your Notion workspace is modified or updated. Ideal for syncing content changes, backup processes, or notifying teams about documentation updates.






















