MCP Notion Server

search

Search and filter Notion pages and databases using queries, pagination, and sorting by creation or edit time. Retrieve specific content efficiently.

Instructions

Search pages and databases

Input Schema

NameRequiredDescriptionDefault
filterNoFilter by object type (page or database)
page_sizeNoNumber of results per page
queryYesSearch query
sortNoSort by last edited or created time
start_cursorNoPagination cursor

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter by object type (page or database)", "type": "object" }, "page_size": { "description": "Number of results per page", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "sort": { "description": "Sort by last edited or created time", "type": "object" }, "start_cursor": { "description": "Pagination cursor", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Notion Server

Related Tools

ID: stxohtlgox