Skip to main content
Update Notion page properties or archive/unarchive a page

Tool details

FieldValue
Namenotion__update_page
GroupIntegrations

Playground

Input schema

Input schema
{
  "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 can 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."
}

Output schema

This tool does not publish an output schema.