Browse vault library
browse_vault_libraryList vault library items by category and substring filter. Retrieve recipes, shaders, presets, components, and setlists with title, tags, and description for easy selection without opening individual notes.
Instructions
Read-only: list the vault's recipes, shaders, presets, components, and setlists with title, tags, and description so the agent can pick from the library without opening individual notes. Filter by category (kinds) and/or a substring query. Returns a flat items array and per-category counts. No TouchDesigner connection required — reads the local vault on disk. Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Which library categories to list. 'all' lists every known category. | |
| query | No | Case-insensitive substring filter on note title/tags. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault_path | Yes | Absolute path of the configured vault root. | |
| items | Yes | ||
| counts | Yes | Number of matched items per category. | |
| warnings | Yes | Per-folder read problems; browse continues on error. |