get-block
Retrieve specific Notion content blocks using their unique ID with the 'get-block' tool, integrating directly into the Notion MCP Server for AI-driven workspace management and content organization.
Instructions
Retrieve a block by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
block_id | Yes | ID of the block to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"block_id": {
"description": "ID of the block to retrieve",
"type": "string"
}
},
"required": [
"block_id"
],
"type": "object"
}