list_notes
Retrieve all notes from Open Notebook, with optional filtering by notebook and pagination controls for managing results.
Instructions
Get all notes with optional filtering.
Args:
notebook_id: Optional notebook ID to filter by
limit: Maximum number of results (1-100)
offset: Pagination offset
Returns:
Dictionary with notes list and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||