Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
notion__search_notion
{ "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." }