SystemPrompt MCP Notion Server

by Ejb503
Verified

systemprompt_list_notion_pages

Lists all accessible Notion pages in your workspace, sorted by last edited time. Returns key metadata including title, URL, and last edited timestamp.

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of pages to return in the response. Defaults to 50 if not specified.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "maxResults": { "description": "Maximum number of pages to return in the response. Defaults to 50 if not specified.", "type": "number" } }, "type": "object" }