Skip to main content
Glama

SystemPrompt MCP Notion Server

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" }

You must be authenticated.

Other Tools from SystemPrompt MCP Notion 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/Ejb503/systemprompt-mcp-notion'

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