list_notebooks
List all notebooks in your Joplin instance with their titles, IDs, paths, and note counts. Use this to review folder structure and quickly assess where notes are organized.
Instructions
List all notebooks/folders in your Joplin instance, with note counts.
Returns each notebook's id, title, path and note_count. Pass verbose=True to also get the emoji icon, parent_id and timestamps -- rarely needed, and on a large collection they roughly double the size of this response.
Returns: str: Formatted list of all notebooks including title, unique ID, path, and note count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Also return icon, parent_id and timestamps (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |