Skip to main content
Glama

Notion ReadOnly MCP Server

by Taewoong1378

API-retrieve-a-comment

Fetch comments from a specific Notion block or page using a block ID, with options to control pagination and response size for efficient data retrieval.

Instructions

Retrieve comments

Input Schema

NameRequiredDescriptionDefault
block_idYesIdentifier for a Notion block or page
page_sizeNoThe number of items from the full list desired in the response. Maximum: 100
start_cursorNoIf supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "block_id": { "description": "Identifier for a Notion block or page", "type": "string" }, "page_size": { "description": "The number of items from the full list desired in the response. Maximum: 100", "format": "int32", "type": "integer" }, "start_cursor": { "description": "If supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.", "type": "string" } }, "required": [ "block_id" ], "type": "object" }

You must be authenticated.

Other Tools from Notion ReadOnly MCP Server

Related Tools

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/Taewoong1378/notion-readonly-mcp-server'

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