Skip to main content
Glama

notion-mcp-server

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awkoy/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server