get_parameter_schema
Retrieve a node's parameter template schema, using a parameter name or filter to target specific entries instead of fetching the full list.
Instructions
Get the template schema for parameter(s) on a node.
Most nodes have dozens of parameters; many have 100+. Always use
parm_name or filter unless you genuinely need the full list.
Args: node_path: Node path. parm_name: Exact parameter name for a single-parameter lookup. filter: Substring to match against parameter name or label (case-insensitive). Use instead of dumping all params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| node_path | Yes | ||
| parm_name | No |