Notion ReadOnly MCP Server

by Taewoong1378
MIT License
38
2
  • Apple

API-get-one-pager

Retrieve a complete Notion page, including blocks, databases, comments, and properties, with configurable depth, parallel processing, and background execution for efficient data extraction.

Instructions

Recursively retrieve a full Notion page with all its blocks, databases, and related content

Input Schema

NameRequiredDescriptionDefault
batchSizeNoBatch size for parallel processing (default: 10)
includeCommentsNoWhether to include comments (default: true)
includeDatabasesNoWhether to include linked databases (default: true)
includePropertiesNoWhether to include detailed page properties (default: true)
maxDepthNoMaximum recursion depth (default: 5)
maxParallelRequestsNoMaximum number of parallel requests (default: 15)
page_idYesIdentifier for a Notion page
runInBackgroundNoProcess request in background without timeout (default: true)
timeoutMsNoTimeout in milliseconds (default: 300000)

Input Schema (JSON Schema)

{ "properties": { "batchSize": { "description": "Batch size for parallel processing (default: 10)", "type": "integer" }, "includeComments": { "description": "Whether to include comments (default: true)", "type": "boolean" }, "includeDatabases": { "description": "Whether to include linked databases (default: true)", "type": "boolean" }, "includeProperties": { "description": "Whether to include detailed page properties (default: true)", "type": "boolean" }, "maxDepth": { "description": "Maximum recursion depth (default: 5)", "type": "integer" }, "maxParallelRequests": { "description": "Maximum number of parallel requests (default: 15)", "type": "integer" }, "page_id": { "description": "Identifier for a Notion page", "type": "string" }, "runInBackground": { "description": "Process request in background without timeout (default: true)", "type": "boolean" }, "timeoutMs": { "description": "Timeout in milliseconds (default: 300000)", "type": "integer" } }, "required": [ "page_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion ReadOnly MCP Server

Related Tools

ID: gydledeehw