Tools
Your AI can use these commands to manage notebooks:list_notebooks: See all your notebooks.create_notebook: Make a new notebook for a project.read_notebook: Read the latest notes.write_notebook: Save new information or change notes.search_notebooks: Find specific details just by asking.rollback_notebook: Undo the last change if the AI made a mistake.delete_notebook: Remove a notebook forever.
Use Cases
1. Starting a New Project
Usecreate_notebook to make a notebook called “Project Requirements”.
- Save your folder structure and main rules.
- Later, the AI uses
read_notebookso it doesn’t have to ask you how to build things again.
2. Managing Tech Docs
Usewrite_notebook to keep your technical documentation updated.
- When you add a new feature, the AI updates the relevant sections automatically.
- Use
search_notebooksto find setup steps or logic rules instantly.