Skip to main content
Glama

Get node parameters

get_td_node_parameters
Read-only

Retrieve the current parameters, inputs, and outputs of any TouchDesigner node by path. Use 'keys' to filter specific parameters and 'omit_io' to reduce response size.

Instructions

Read-only: read the current parameters (and inputs/outputs) of one node. Returns {path, type, name, parameters, inputs, outputs}. Pass keys to project specific parameters or omit_io:true to drop the inputs/outputs lists. Use compare_td_nodes to diff two nodes' parameters at once. Token economy: pass keys to fetch only the parameters you care about and omit_io:true to drop inputs/outputs — a full parameter dump is large.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
pathYes
tagsNo
typeYes
colorNo
flagsNo
nodeXNo
nodeYNo
errorsNo
familyNo
inputsNo
viewerNo
commentNo
outputsNo
wires_inNo
parametersYes
operator_idNo
already_existedNo
parameter_warningsNo
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description reinforces this with 'Read-only.' It adds valuable behavioral context beyond annotations: the warning that 'a full parameter dump is large' and the token economy suggestions. This informs the agent about performance/context implications, which is not in the schema or 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?

The description is three sentences, front-loaded with the core purpose. Every sentence earns its place: the first states what it does and the return shape, the second covers optional flags, and the third provides an alternative and token economy warning. No redundant phrasing or verbosity.

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?

For a simple read tool with an output schema, the description is fully complete. It covers scope, return structure, optional filters, a relevant alternative, and a practical caution about response size. There is no missing information that would prevent an agent from using this tool correctly.

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%, so the baseline is 3. The description adds semantic value by explaining the purpose of `keys` ('project specific parameters') and `omit_io` ('drop the inputs/outputs lists') in plain language, and connects them to the token economy concern. While it largely rephrases the schema, the added rationale for using these flags justifies a 4.

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's function with a specific verb and resource: 'read the current parameters (and inputs/outputs) of one node.' It distinguishes itself from siblings like compare_td_nodes and get_td_nodes by explicitly limiting scope to a single node and highlighting the return shape.

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

Usage Guidelines5/5

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

The description provides explicit usage context: it tells when to use this tool (read one node's parameters) and mentions an alternative (`compare_td_nodes`) for diffing two nodes. It also gives practical guidance on parameter flags for token efficiency, which helps the agent decide when to use optional arguments.

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