library_get
Retrieve detailed information about a notebook by its ID. Access metadata and content details.
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 |
|---|---|---|---|
| success | Yes | Whether the tool call succeeded. | |
| 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. |