Skip to main content
Glama

Notion MCP Server

by gendosu

API-update-a-block

Modify or archive Notion blocks using their block ID. Update text content for supported block types or toggle 'checked' status for to-do tasks. Restore archived blocks if needed.

Instructions

Notion | Update a block

Input Schema

NameRequiredDescriptionDefault
archivedNoSet to true to archive (delete) a block. Set to false to un-archive (restore) a block.
block_idYesIdentifier for a Notion block
typeNoThe [block object `type`](ref:block#block-object-keys) value with the properties to be updated. Currently only `text` (for supported block types) and `checked` (for `to_do` blocks) fields can be updated.

Input Schema (JSON Schema)

{ "$defs": {}, "properties": { "archived": { "default": true, "description": "Set to true to archive (delete) a block. Set to false to un-archive (restore) a block.", "type": "boolean" }, "block_id": { "description": "Identifier for a Notion block", "type": "string" }, "type": { "additionalProperties": true, "description": "The [block object `type`](ref:block#block-object-keys) value with the properties to be updated. Currently only `text` (for supported block types) and `checked` (for `to_do` blocks) fields can be updated.", "properties": {}, "type": "object" } }, "required": [ "block_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