Skip to main content
Glama

Get node parameters

get_td_node_parameters
Read-only

Retrieve the current parameters and I/O of any TouchDesigner node. Filter specific parameters by key or exclude I/O lists to save context.

Instructions

Read the current parameters (and I/O) of a node. Pass keys to project specific parameters or omit_io:true to drop the inputs/outputs lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFull path of the node to inspect.
keysNoOnly return these parameter names (case-sensitive). Omit to return all parameters.
omit_ioNoDrop the inputs/outputs lists from the result to save context.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
typeYes
nameYes
parameter_warningsNo
parametersYes
inputsNo
outputsNo
familyNo
errorsNo
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds that parameters can be filtered and I/O lists omitted, which is useful but not extensive behavioral context beyond the schema.

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 the purpose, followed by a concise usage tip. No unnecessary words.

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?

Given the output schema exists, the description doesn't need to detail return values. It covers the core operation, optional parameters, and context-saving with omit_io. Complete for a read tool.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds meaningful context: 'project specific parameters' for keys and 'drop the inputs/outputs lists' for omit_io, enhancing understanding beyond the schema descriptions.

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 the tool reads current parameters and I/O of a node, using the verb 'Read' and specifying the resource. It differentiates from sibling 'update_td_node_parameters' which is a write operation.

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 gives specific usage tips for optional parameters (keys, omit_io) but does not explicitly state when not to use this tool versus alternatives. Still, it provides clear context for filtering results.

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