What problem does it solve? Building n8n workflows through the n8n-mcp MCP server fails frequently due to wrong tool selection, incorrect nodeType prefix formats, oversized payloads from get_node_info, and missing validation profiles, causing errors and wasted iterations. ## Core Features & Use Cases - Tool Selection Guidance: Maps 40+ MCP tools to tasks across node discovery, configuration validation, workflow management, templates, and documentation, with success rates and performance characteristics. - Format and Parameter Rules: Explains the critical nodeType format difference (nodes-base.* for search/validate tools vs n8n-nodes-base.* for workflow tools), validation profiles (minimal/runtime/ai-friendly/strict), and smart parameters (branch, case) for multi-output nodes. - Use Case: When building a Webhook-to-Slack workflow, follow the documented pattern: search_nodes to find the node, get_node_essentials for configuration details, validate_node_operation with the runtime profile, then create and iteratively update the workflow with n8n_update_partial_workflow. ## Quick Start Ask the assistant to search for an n8n node by keyword and show its essential configuration using the n8n-mcp tools.