Notion

notion_get_page_property

Retrieve a specific property value from a page. Useful for paginated properties like relations or rollups.

Remote node2flow/notion

Other tools also called notion_get_page_property? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page_id": {
      "type": "string",
      "description": "Page ID"
    },
    "page_size": {
      "type": "number",
      "description": "Items per page"
    },
    "property_id": {
      "type": "string",
      "description": "Property ID (from page properties response)"
    },
    "start_cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  }
}
          

Provider

Notion →