Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search pages and databases in the workspace
| Field | Value |
|---|---|
| Name | notion__search_notion |
| Group | Integrations |
{
"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."
}