Notion actions
| Action | Risk | Idempotency | Scopes |
|---|---|---|---|
Append Notion block childrenblocks.children.append | Write | Unsafe |
|
List Notion block childrenblocks.children.list | Read | Safe |
|
Create Notion commentcomments.create | Write | Unsafe |
|
Get Notion data sourcedata_sources.get | Read | Safe |
|
Query Notion data sourcedata_sources.query | Read | Safe |
|
Get Notion databasedatabases.get | Read | Safe |
|
Create Notion pagepages.create | Write | Unsafe |
|
Get Notion pagepages.get | Read | Safe |
|
Get Notion page propertypages.properties.get | Read | Safe |
|
Update Notion pagepages.update | Write | Safe |
|
Search Notionsearch | Read | Safe |
|