library_get
Need to inspect a specific notebook? Get its full details, including content and metadata, using just the notebook ID.
Instructions
Get detailed information about a specific notebook by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The notebook ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | The tool payload on success. The exact shape depends on the tool. | |
| error | No | Human-readable error message, present only when success is false. | |
| success | Yes | Whether the tool call succeeded. |