Skip to Content

Notion

Service domainDOCUMENTS
Notion icon
Arcade Optimized

Arcade.dev LLM tools for Notion

Author:Arcade
Version:1.3.4
Auth:User authorization via the Notion auth provider
8tools

Notion Toolkit

Provides Arcade tools for interacting with Notion workspaces, enabling LLMs to read, search, and write Notion content on behalf of authenticated users.

Capabilities

  • Workspace exploration: Retrieve workspace structure, search pages and databases by title, and look up object metadata (ID, timestamps, properties, URL, type) by name or ID.
  • Page reading: Fetch full page content as Markdown by page ID or title.
  • Page writing: Append Markdown content to existing pages or create new pages under a specified parent.
  • User and workspace context: Retrieve authenticated user info, workspace statistics, and integration details.

OAuth

This toolkit uses OAuth 2.0 via the Notion auth provider. Users authorize Arcade to access their Notion workspace through Notion's standard OAuth flow. Refer to the provider page for scope and configuration details.

Available tools(8)

8 of 8 tools
Operations
Behavior
Tool nameDescriptionSecrets
Append markdown content to the end of a Notion page by its ID or title
Create a new Notion page by the title of the new page's parent.
Get the metadata of a Notion object (page or database) from its title or ID. One of `object_title` or `object_id` MUST be provided, but both cannot be provided. Prefer `object_id` for exact lookup; use `object_title` (with optional `object_type`) when only a name is known. The title is case-insensitive and outer whitespace is ignored. The returned metadata includes a top-level `object` field (`'page'` or `'database'`) that identifies the type, plus id, timestamps, properties, URL, and more.
Get the content of a Notion page as markdown with the page's ID
Get the content of a Notion page as markdown with the page's title
Get the workspace structure of the user's Notion workspace. Ideal for finding where an object is located in the workspace.
Search for similar titles of pages, databases, or both within the user's workspace. Does not include content.
Get information about the current user and their Notion workspace. This tool provides detailed information about the authenticated user's Notion workspace including workspace statistics, user context, and integration details.
Last updated on