Notion

notion_move_page

Move a page to a new parent page or data source.

Remote node2flow/notion

Other tools also called notion_move_page? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page_id": {
      "type": "string",
      "description": "Page ID to move"
    },
    "new_parent": {
      "type": "object",
      "description": "New parent: { \"page_id\": \"...\" } or { \"data_source_id\": \"...\" }"
    }
  }
}
          

Provider

Notion →