search_blueprint_nodes
Search a Blueprint asset for specific node types such as FunctionCall, Branch, or ForLoop. Provide the Blueprint path and optionally filter by node type to locate the nodes you need.
Instructions
Find specific node types within a Blueprint (e.g., FunctionCall, Branch, ForLoop)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_type | No | Optional node type to search for (e.g., 'FunctionCall', 'Branch', 'ForLoop') | |
| blueprint_path | Yes | Relative path to the Blueprint asset |