SystemPrompt MCP Notion Server

by Ejb503
Verified

systemprompt_search_notion_pages

Search all accessible Notion pages using a query to find matches in titles, content, and metadata. Returns relevant results to streamline information retrieval and organization.

Instructions

Performs a full-text search across all accessible Notion pages using the provided query. Searches through titles, content, and metadata to find relevant matches.

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of search results to return. Defaults to 10 if not specified.
queryYesSearch query to find relevant Notion pages. Can include keywords, phrases, or partial matches.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "maxResults": { "description": "Maximum number of search results to return. Defaults to 10 if not specified.", "type": "number" }, "query": { "description": "Search query to find relevant Notion pages. Can include keywords, phrases, or partial matches.", "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: xe6grtrr0k