comfy_search_nodes
Find ComfyUI nodes by name using case-insensitive substring matching. Specify a query and optional limit to get matching nodes.
Instructions
Search for nodes by name (case-insensitive substring match).
Args: query: Search query string limit: Maximum number of results to return
Returns: JSON with matches list and total match count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |