Skip to main content
Glama

Notion MCP Server

update-block

Modify or archive content blocks in Notion by specifying block ID, type, and updates. Ideal for managing workspace content dynamically via the Notion MCP Server.

Instructions

Update a block's content or archive status

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether to archive (true) or restore (false) the block
block_idYesID of the block to update
block_typeYesThe type of block (paragraph, heading_1, to_do, etc.)
contentYesThe content for the block based on its type

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether to archive (true) or restore (false) the block", "type": "boolean" }, "block_id": { "description": "ID of the block to update", "type": "string" }, "block_type": { "description": "The type of block (paragraph, heading_1, to_do, etc.)", "type": "string" }, "content": { "description": "The content for the block based on its type", "type": "object" } }, "required": [ "block_id", "block_type", "content" ], "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/emmanuelsystems/mcpnotionslack'

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