codebook_build
Index a local notes folder to return each note's ID and title, enabling codebook queries and reasoning.
Instructions
Index a local notes folder and return its codebook contents (id + title per note). Run this first to see what's in a directory. notes_dir is a local path; glob picks files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes_dir | Yes | ||
| glob | No | *.md |