Notion ReadOnly MCP Server

by Taewoong1378
MIT License
38
2
  • Apple

API-get-background-result

Retrieve results of background processing for a Notion page using its unique identifier. Designed for efficient querying within the Notion ReadOnly MCP Server.

Instructions

Retrieve the result of a background processing request

Input Schema

NameRequiredDescriptionDefault
page_idYesIdentifier for the Notion page that was processed in background

Input Schema (JSON Schema)

{ "properties": { "page_id": { "description": "Identifier for the Notion page that was processed in background", "type": "string" } }, "required": [ "page_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion ReadOnly MCP Server

Related Tools

ID: gydledeehw