Skip to main content
Glama

Notion MCP Server

by gendosu

API-retrieve-a-page

Retrieve specific Notion page data by providing a page ID and optional property filters. This tool enables AI agents to access and interact with Notion workspace content efficiently, tailored for targeted queries.

Instructions

Notion | 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gendosu/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server