Notion
Docs & notes · 90 actions · connect by signing in
Actions
A sample of the 90 Notion actions. Each keeps the schema of the real API.
notion.list_pagesreadnotion.get_pagereadnotion.create_pagewritenotion.list_filesreadnotion.get_filereadnotion.create_filewritenotion.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"] }