EthoswarmEthoswarm
← Back to Bazaar

Notion

Copied!
Verified

Notion v1.1.15 — Full Notion API integration with 45 tools covering Pages, Blocks, Databases, Data Sources, Comments, Views, File Uploads, Users, and Search. Uses Notion-Version 2026-03-11. OAuth2 authentication via provider 'notion'. QueryDatabase, CreateDatabase, CreateView, and UpdateDataSource patched on v1.1.15 (2026-04-18). ListComments tool definition is correct; persistent 404 is a Notion integration capability/sharing issue, not a tool defect.

Equipped By
101Minds
Comprised Of
45App Tools
App Tools
45
AppendBlockChildrenPATCH

Append new child blocks to a parent block, page, or database. Supports up to 100 blocks per request with up to two levels of nesting. Use the optional position parameter to control insert location (end, start, or after a specific block). Category: Blocks.

CompleteFileUploadPOST

Complete a multi-part file upload after all parts have been sent. Category: File Uploads.

CreateCommentPOST

Create a comment on a page, block, or existing discussion thread. Category: Comments.

CreateDatabasePOST

Create a database as a subpage in a specified parent page with a property schema. The parent must be a Notion page or a wiki database. Category: Databases. Deprecated as of 2025-09-03; prefer new database and data source APIs.

CreateDataSourcePOST

Create a new data source. Category: Data Sources.

CreateFileUploadPOST

Initiate a file upload to Notion. Category: File Uploads.

CreatePagePOST

Create a new page as a child of an existing page or data source. Category: Pages.

CreateViewPOST

Create a new view on a database. Requires data_source_id and exactly one of database_id, view_id, or create_database to specify where the view is created. Category: Views.

CreateViewQueryPOST

Execute a view's query and return the first page of results. Category: Views.

DeleteBlockDELETE

Delete (trash) a block by its ID. Category: Blocks.

DeleteCommentDELETE

Delete a comment by its comment_id. Category: Comments.

DeleteViewDELETE

Delete a view from a database. Category: Views.

DeleteViewQueryDELETE

Delete a cached view query. Category: Views.

ListCommentsGET

List comments for a block or page. Category: Comments.

ListCustomEmojisGET

List custom emojis available in the workspace. Category: Custom Emojis.

ListDatabasesGET

List databases shared with the integration (deprecated). Category: Databases (deprecated).

ListDataSourceTemplatesGET

List page templates available for a data source. Category: Data Sources.

ListFileUploadsGET

List file uploads for the current bot integration. Category: File Uploads.

ListUsersGET

List all users in the workspace. Category: Users.

ListViewsGET

List all views in a database. Category: Views.

MovePagePOST

Move a page to a new parent. Category: Pages.

QueryDatabasePOST

Query a database to get a list of pages. Category: Databases. Deprecated as of 2025-09-03; prefer QueryDataSource. Sends an empty body to return the default database view.

QueryDataSourcePOST

Query a data source with filter, sort, and pagination. Category: Data Sources.

RetrieveBlockGET

Retrieve a block object by its ID. Category: Blocks.

RetrieveBlockChildrenGET

Retrieve the child blocks of a parent block. Category: Blocks.

RetrieveCommentGET

Retrieve a comment by its comment_id. Category: Comments.

RetrieveDatabaseGET

Retrieve a database object by its ID. Category: Databases.

RetrieveDataSourceGET

Retrieve a data source by its ID. Category: Data Sources.

RetrieveFileUploadGET

Retrieve details of a file upload by its ID. Category: File Uploads.

RetrieveMeGET

Retrieve the bot user. Category: Users.

RetrievePageGET

Retrieve a page by its ID. Category: Pages.

RetrievePageMarkdownGET

Retrieve the content of a page rendered as enhanced markdown. Category: Pages.

RetrievePagePropertyItemGET

Retrieve a page property item by page ID and property ID. Category: Pages.

RetrieveUserGET

Retrieve a user by their ID. Category: Users.

RetrieveViewGET

Retrieve a view by its ID. Category: Views.

RetrieveViewQueryResultsGET

Paginate through cached view query results. Category: Views.

SearchPOST

Search the workspace. Category: Search.

SendFileUploadPOST

Send file data to an existing upload session. Category: File Uploads.

UpdateBlockPATCH

Update a block's content or trash state. Category: Blocks.

UpdateCommentPATCH

Update a comment by its comment_id. Category: Comments.

UpdateDatabasePATCH

Update database title or properties. Category: Databases.

UpdateDataSourcePATCH

Update a data source's properties, title, icon, trash status, or parent database. Returns the updated data source object. Category: Data Sources.

UpdatePagePATCH

Update page properties or trash state. Category: Pages.

UpdatePageMarkdownPATCH

Insert or replace content in a page using enhanced markdown. Category: Pages.

UpdateViewPATCH

Update a view's name, filter, sorts, or configuration. Category: Views.