n8n_search_nodes
Search the full n8n node catalog to identify correct node types before creating workflows. Returns matching node summaries for quick validation.
Instructions
Search the full catalog of 560 n8n nodes (extracted from the real n8n packages). Use this BEFORE creating a workflow so node types are correct. Returns summaries; use n8n_get_node for the full parameter schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 8) | |
| query | Yes | What the node should do (e.g. "slack", "postgres", "vector store", "schedule") |