update_page
Modify properties of a Notion page directly by specifying the page ID and updated properties. Simplifies content management within Notion using the Multi-MCPs server.
Instructions
Update a Notion page properties
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_id | Yes | ||
properties | Yes |
Input Schema (JSON Schema)
{
"properties": {
"page_id": {
"type": "string"
},
"properties": {
"type": "object"
}
},
"required": [
"page_id",
"properties"
],
"type": "object"
}