string | Text input | Single-line text. Supports placeholders. |
text | Textarea | Multi-line text. Used for system prompts and commands. |
enum | Dropdown | Pick from a predefined list of options. |
number | Number input | Numeric value with optional min/max/step constraints. |
slider | Range slider | Numeric value with visual range. Shows min/max labels. |
boolean | Toggle | On/off switch. |
stepper | +/− stepper | Integer value with unit display (e.g., 30s). |
categories | Tag input | Array of string labels. Used for Categorize node outputs. |
tool_selector | Checklist | Select which tools from an MCP server to expose to the LLM. |