Notion MCP Server

by ramidecodes
Verified

search

Search and filter Notion workspaces by object type or query string to retrieve specific pages or databases, with customizable result limits for precise data retrieval.

Input Schema

NameRequiredDescriptionDefault
filter_object_typeNoFilter by object type
page_sizeNoNumber of results to return (max 100)
queryNoThe search query string

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter_object_type": { "description": "Filter by object type", "enum": [ "page", "database" ], "type": "string" }, "page_size": { "description": "Number of results to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "The search query string", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Notion MCP Server

Related Tools

ID: bjc5iac7gt