mavis_noter
Query and update KOMO OS NotebookLM notebooks via the nlm CLI to check doctrinal alignment, retrieve historical decisions, and document new patterns.
Instructions
Query and update the KOMO OS NotebookLM notebook via the nlm CLI. Use to check doctrinal alignment, look up historical decisions, and document new patterns. Default notebook is the KOMO OS doctrinal manifiesto (50+ sources). Actions: query, add_source, create_notebook, list_notebooks, doctor. Requires nlm CLI installed and authenticated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Notebook title (required for action=create_notebook). | |
| action | Yes | What to do. Default notebook: 21102950-4bfc-4e4d-a78d-8e1a2b338d99 | |
| source | No | File path or URL to add as a source (required for action=add_source). | |
| question | No | The question to ask the notebook (required for action=query). | |
| notebook_id | No | Notebook UUID. Defaults to the KOMO OS doctrinal notebook if omitted (for query/add_source). | |
| conversation_id | No | Conversation UUID for context persistence. Default: 48cc26af-9f4d-4776-a6eb-b1bcb35d9179 | |
| timeout_seconds | No | Max wait for nlm CLI. Default 60. |