Skip to main content
Search pages and databases in the workspace

Tool details

FieldValue
Namenotion__search_notion
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query text"
    },
    "filter": {
      "type": "object",
      "description": "Optional Notion search filter"
    },
    "sort": {
      "type": "object",
      "description": "Optional Notion search sort"
    },
    "page_size": {
      "type": "number",
      "description": "Maximum results to return"
    },
    "start_cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  },
  "description": "Input schema for the notion__search_notion tool."
}

Output schema

This tool does not publish an output schema.