get_block
Retrieve a single block by UUID, returning content, properties, and child blocks. Ideal for inspecting specific blocks found via search or query.
Instructions
Get a single block by its UUID. Returns the block content, properties, and child blocks (recursively). Useful for inspecting a specific block after finding its UUID via search or query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_uuid | Yes | UUID of the block to retrieve | |
| include_children | No | Whether to include child blocks recursively (default: true) | |
| format | No | Output format (text or json) | text |