What problem does it solve? Building n8n workflows through the n8n-mcp MCP server requires choosing among 40+ tools with different nodeType formats, validation profiles, and operation types, and mistakes like wrong prefixes or missing smart parameters cause failed searches and invalid configurations. ## Core Features & Use Cases - Tool Selection Guidance: Maps tasks to the right tools, such as search_nodes for discovery, get_node with detail levels for configuration, and validate_node with runtime profiles for pre-deployment checks. - Format and Parameter Rules: Explains the nodes-base.* versus n8n-nodes-base.* nodeType formats, smart branch/case parameters for IF and Switch nodes, and the 8 AI connection types. - Workflow Lifecycle Management: Covers iterative building with n8n_update_partial_workflow's 17 operation types, template deployment, version rollback, and activation via API. - Use Case: When adding a Slack node to a workflow, follow the documented pattern of searching for the node, retrieving standard-detail configuration with examples, validating with the runtime profile, then connecting it using semantic branch parameters. ## Quick Start Ask the AI to search for a Slack node, show its configuration options, and validate a message-posting setup using the n8n-mcp tools.