search_nodes
Find n8n nodes matching a keyword, with optional real-world configuration examples to clarify usage.
Instructions
Search n8n nodes by keyword with optional real-world examples. Pass query as string. Example: query="webhook" or query="database". Returns max 20 results. Use includeExamples=true to get top 2 template configs per node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search terms. Use quotes for exact phrase. | |
| limit | No | Max results (default 20) | |
| mode | No | OR=any word, AND=all words, FUZZY=typo-tolerant | OR |
| includeExamples | No | Include top 2 real-world configuration examples from popular templates (default: false) | |
| includeOperations | No | Include resource/operation tree per node. Adds ~100-300 tokens per result but saves a get_node round-trip. | |
| source | No | Filter by node source: all=everything (default), core=n8n base nodes, community=community nodes, verified=verified community nodes only | all |