get_notebook
Get the complete notebook data by providing its ID. Merges metadata and content into a single response.
Instructions
Get a notebook by id — returns combined metadata and content. Fetches metadata from /documents/{id}/metadata and content from /documents/{id}/content, then merges them into { meta, content }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Notebook document id. |