Appearance
Notion
Notion — search, read, create, and update pages and databases
Connect with: OAuth · Type: notion · Tools: 5
| Tool | What it does | |
|---|---|---|
notion_create_pages | write | Create one or more Notion pages under a shared parent (page_id, database_id, or data_source_id). |
notion_fetch | read | Fetch a Notion page (content as Markdown), a database (its data sources + ids), or a data source (its schema). |
notion_query_data_source | read | Query rows of a Notion data source with optional Notion-API filter and sorts. |
notion_search | read | Keyword search across Notion pages and data sources by title. |
notion_update_page | write | Update a Notion page: command='update_properties' sets properties; command='insert_content' appends Notion-flavored Markdown to the page body. |
Tool names are suffixed with the connection they run against when you have more than one — notion_create_pages@production. With a single connection the bare name works.