Browse vault library
browse_vault_libraryList vault library items (recipes, shaders, presets, components, setlists) with titles, tags, and descriptions. Filter by category or substring to find assets quickly without opening 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 |
|---|---|---|---|
| items | Yes | ||
| counts | Yes | Number of matched items per category. | |
| warnings | Yes | Per-folder read problems; browse continues on error. | |
| vault_path | Yes | Absolute path of the configured vault root. |