Skip to main content
Glama

Audit TD Project

td_audit_project
Read-only

Audit a TouchDesigner project to assess its current state, enabling plan-aware changes by pairing with td_brain_plan for subsequent builds or debug requests.

Instructions

Read-only project audit. Pair with td_brain_plan for new build/debug requests that need plan-aware changes afterward.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
root_pathNoRoot path to audit/project1

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's 'Read-only' label is consistent but adds no new behavioral details. The description does not disclose any additional traits beyond what annotations provide, so it meets the minimum for transparency.

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, zero wasted words. The first states purpose, the second gives actionable usage guidance. Highly efficient.

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

Completeness4/5

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

For a simple read-only tool with one optional parameter and existing output schema, the description covers the core purpose and usage context. It could be more complete by elaborating on what 'audit' entails, but the pairing advice provides sufficient contextual completeness for agent selection.

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

Parameters3/5

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

Schema coverage is 100% with the parameter 'root_path' described as 'Root path to audit'. The description does not add any extra meaning beyond the schema, so baseline score of 3 is appropriate.

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 'Read-only project audit', which is a specific verb-resource combination. It also distinguishes itself by recommending pairing with td_brain_plan for build/debug requests, differentiating it from sibling tools.

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?

The description explicitly says 'Pair with td_brain_plan for new build/debug requests that need plan-aware changes afterward', giving clear context on when to use this tool in combination with another. It implies that for other purposes, different tools might be better, but does not provide explicit when-not scenarios.

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/dreamrec/TDPilot'

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