Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update Notion page properties or archive/unarchive a page
| Field | Value |
|---|---|
| Name | notion__update_page |
| Group | Integrations |
{
"type": "object",
"properties": {
"pageId": {
"type": "string",
"description": "Notion page ID"
},
"properties": {
"type": "object",
"description": "Page properties to update"
},
"archived": {
"type": "boolean",
"description": "Whether the page should be archived"
},
"icon": {
"type": "object",
"description": "Optional page icon"
},
"cover": {
"type": "object",
"description": "Optional page cover"
}
},
"required": [
"pageId"
],
"description": "Input schema for the notion__update_page tool."
}