nodes.search
Search workflow nodes by name or content to find relevant components in Circuitry's visual workflow platform. Returns matches with confidence scores for AI-assisted selection.
Instructions
Search workflow nodes by name or content. Returns ALL matches with confidence scores - let AI decide which is most relevant.
Use cases:
"the validation node" → searches for nodes with "validation" in name
"sheet with customer data" → searches sheet headers and data sample
"authentication code" → searches code node contents
Content searched by type:
sheet: headers + first 100 rows of data
code: first 1000 chars
text/agent: full content
flow: displayName + content
Large sheets (>1000 rows) are skipped by default to avoid slowness. Use includeLargeSheets: true to include them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term (natural language supported) | |
| limit | No | Max results to return (default: 20) | |
| types | No | Filter by node types (e.g., ["code", "sheet"]) | |
| searchContent | No | Include content search (default: true) | |
| includeLargeSheets | No | Search sheets with >1000 rows (default: false, may be slow) |