Skip to main content
Glama

Browse vault library

browse_vault_library
Read-only

List 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

TableJSON Schema
NameRequiredDescriptionDefault
kindsNoWhich library categories to list. 'all' lists every known category.
queryNoCase-insensitive substring filter on note title/tags.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vault_pathYesAbsolute path of the configured vault root.
itemsYes
countsYesNumber of matched items per category.
warningsYesPer-folder read problems; browse continues on error.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses read-only nature, local disk access, return format (flat items + per-category counts), and preconditions (TDMCP_VAULT_PATH). Adds value beyond the readOnlyHint and openWorldHint annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with key info (read-only, what it lists), no wasted words, well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, filtering, preconditions, and return structure (items + counts). With output schema present, no need to describe return values further. Complete for a browse tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Adds context beyond schema: explains 'all' lists every known category, query is case-insensitive substring on title/tags, and filtering via kinds and query. Schema coverage is 100% but description enriches understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists vault items (recipes, shaders, etc.) with metadata, specifies it is read-only, and distinguishes from siblings like browse_library and list_recipes by describing a broader scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context: read-only, no TD connection needed, requires configured vault path. Implicitly tells when to use (browsing library) but does not explicitly exclude alternatives like search_operators.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pantani/tdmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server