list_notebooks
Retrieve notebooks with optional filtering by archived status, ordering, and limit results.
Instructions
Get all notebooks with optional filtering and ordering.
Args:
archived: Filter by archived status (None = all, True = archived only, False = active only)
order_by: Order by field and direction (e.g., 'created desc', 'name asc')
limit: Maximum number of results (1-100)
Returns:
Dictionary with notebooks list and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No | ||
| order_by | No | updated desc | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||