Notion ReadOnly MCP Server

by Taewoong1378
MIT License
38
2
  • Apple

API-retrieve-a-page

Retrieve specific Notion page content and its properties using the page ID. Filter properties to limit response to selected values, enabling efficient content queries for AI assistants.

Instructions

Retrieve a page

Input Schema

NameRequiredDescriptionDefault
filter_propertiesNoA list of page property value IDs associated with the page. Use this param to limit the response to a specific page property value or values. To retrieve multiple properties, specify each page property ID. For example: `?filter_properties=iAk8&filter_properties=b7dh`.
page_idYesIdentifier for a Notion page

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "filter_properties": { "description": "A list of page property value IDs associated with the page. Use this param to limit the response to a specific page property value or values. To retrieve multiple properties, specify each page property ID. For example: `?filter_properties=iAk8&filter_properties=b7dh`.", "type": "string" }, "page_id": { "description": "Identifier for a Notion page", "type": "string" } }, "required": [ "page_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion ReadOnly MCP Server

Related Tools

ID: gydledeehw