list_available_nodes
Identify valid node types in n8n workflows to prevent errors. Filter by category and control output verbosity to streamline workflow creation and updates.
Instructions
Lists all available nodes in the n8n instance. Use this tool BEFORE creating or updating workflows to ensure you only use valid node types. This helps prevent errors caused by using node types that do not exist in the current n8n instance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Filter nodes by category (e.g., "n8n-nodes-base") | |
verbosity | No | Output verbosity level (concise, summary, or full). Default is concise which preserves context window space. Use summary for just category counts, or full for complete node details including descriptions. |