Notion

updatePage

Updates page property values for the specified page.

Remote kamolc4/notion-mcp

Other tools also called updatePage? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The page ID."
    },
    "archived": {
      "type": "boolean",
      "description": "Set to true to archive (delete) the page."
    },
    "properties": {
      "type": "object",
      "description": "Property values to update, keyed by property name."
    }
  }
}
          

Provider

Notion →