SystemPrompt MCP Notion Server

by Ejb503
Verified

systemprompt_list_notion_databases

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

Input Schema

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

Input Schema (JSON Schema)

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