Notion

notion_get_block

Retrieve a single block by ID. Returns block type, content, and whether it has children.

Remote node2flow/notion

Other tools also called notion_get_block? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "block_id": {
      "type": "string",
      "description": "Block ID (a page ID also works)"
    }
  }
}
          

Provider

Notion →