library.get
Retrieve detailed information about a notebook by providing its unique 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 |
|---|---|---|---|
| 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. |