get_material_info
Retrieve detailed information about a material node, including lists of nodes that assign it via material-path parameters. Quickly identify where a material is used without scanning the entire scene.
Instructions
Get detailed information about a material node.
assignments lists the nodes under /obj and /stage whose material-path parameters name this material; only those parameters are read, so the call costs the same on a 4,000-node scene as on an empty one (assignment_scan reports how many nodes were visited).
Args: ctx: MCP context. node_path: Absolute path to the material node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes |