notion_retrieve_block
Retrieve a specific Notion block by ID to access its content and metadata. Optionally extract only needed fields to reduce token usage.
Instructions
Retrieves a block by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['content_saved_to', 'id']. Use ['none'] to return all fields. | |
| block_id | Yes | Block ID |