Insert row database
Creates a new page (row) in a specified Notion database.
Have agents draft pages, summarize notes and organize projects inside your Notion workspace
Creates a new page (row) in a specified Notion database.
Retrieves a paginated list of users (excluding guests) from the Notion workspace; the number of users returned per page may be less than the requested page size.
Queries a Notion database for pages (rows); ensure sort property names correspond to existing database properties.
Retrieves a specific comment by its id. Use when you have a comment id and need to fetch its details.
Retrieves a specific property object of a Notion database. Use when you need details about a single database column/property.
Searches Notion pages and databases by title; an empty query lists all accessible items to help discover ids or as a fallback.
Updates the properties, icon, cover, or archive status of a page. Use to modify existing page attributes.
Updates or archives an existing Notion database row (page) by row id; ensure property names/ids and values align with the database schema.
Updates a Notion database's title, description, and/or properties; at least one attribute must be provided to effect a change.
Appends new child blocks to a specified parent block or page, ideal for adding content within an existing structure.
Archives (moves to trash) or unarchives (restores) a specified Notion page.
Duplicates a Notion page, including all its content, properties, and nested blocks, under a specified parent page or workspace.