Notion · Capability
Notion API — Blocks
Notion API — Blocks. 5 operations. Lead operation: Notion Retrieve a block. Self-contained Naftiko capability covering one Notion business surface.
What You Can Do
GET
Retrieveblock
— Notion Retrieve a block
/v1/blocks/{block-id}
PATCH
Updateblock
— Notion Update a block
/v1/blocks/{block-id}
DELETE
Deleteblock
— Notion Delete a block
/v1/blocks/{block-id}
GET
Retrieveblockchildren
— Notion Retrieve block children
/v1/blocks/{block-id}/children
PATCH
Appendblockchildren
— Notion Append block children
/v1/blocks/{block-id}/children
MCP Tools
notion-retrieve-block
Notion Retrieve a block
read-only
idempotent
notion-update-block
Notion Update a block
idempotent
notion-delete-block
Notion Delete a block
idempotent
notion-retrieve-block-children
Notion Retrieve block children
read-only
idempotent
notion-append-block-children
Notion Append block children
idempotent