Notion

notion_search

Search pages and databases in your Notion workspace by title. Filter by object type and sort by last edited time.

Remote node2flow/notion

Other tools also called notion_search? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search text to match against titles"
    },
    "page_size": {
      "type": "number",
      "description": "Results per page (max 100)"
    },
    "start_cursor": {
      "type": "string",
      "description": "Pagination cursor from previous response"
    },
    "filter_object": {
      "enum": [
        "page",
        "database"
      ],
      "type": "string",
      "description": "Limit results to pages or databases only"
    },
    "sort_direction": {
      "enum": [
        "ascending",
        "descending"
      ],
      "type": "string",
      "description": "Sort by last_edited_time"
    }
  }
}
          

Provider

Notion →