Skip to content

Notion

Docs & notes · 90 actions · connect by signing in

Connect in dashboardsign infrom MCP Registry

Actions

A sample of the 90 Notion actions. Each keeps the schema of the real API.

  • notion.list_pagesread
  • notion.get_pageread
  • notion.create_pagewrite
  • notion.list_filesread
  • notion.get_fileread
  • notion.create_filewrite
  • notion.delete_pagedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list pages", "app": "notion" }
execute_tool
{ "name": "notion.list_pages",
  "fields": ["id"] }