notion-mcp-server

by awkoy
Verified

search_pages

Find pages and databases in Notion by title using customizable search queries, results sorting, and pagination for efficient content navigation.

Instructions

Search for pages and databases in Notion by title

Input Schema

NameRequiredDescriptionDefault
page_sizeNoNumber of results to return (1-100)
queryNoSearch query for filtering by title
sortNoSort order for results
start_cursorNoCursor for pagination

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page_size": { "description": "Number of results to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query for filtering by title", "type": "string" }, "sort": { "additionalProperties": false, "description": "Sort order for results", "properties": { "direction": { "enum": [ "ascending", "descending" ], "type": "string" }, "timestamp": { "const": "last_edited_time", "type": "string" } }, "required": [ "direction", "timestamp" ], "type": "object" }, "start_cursor": { "description": "Cursor for pagination", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from notion-mcp-server

Related Tools

ID: zrh07hteaa