@ratamaha-git
Generate n8n workflow JSON (including LangChain AI agents), scaffold custom TypeScript nodes, and lint workflows for missing credentials, deprecated types, and broken connections.
n8n_generate_workflow
Plain-English description → workflow JSON. Detects AI-agent intent.
n8n_scaffold_node
Description → single `INodeType` TypeScript file for a custom n8n package.
n8n_lint_workflow
Workflow JSON → list of errors and warnings.
n8n_explain_execution
Failed execution JSON → per-node diagnosis with hints.
n8n_list_workflows
Paginate workflows; filter by active/tags/name.
n8n_get_workflow
Fetch a workflow by id.
n8n_create_workflow
POST a workflow. Strips read-only fields.
n8n_activate_workflow
Flip active on/off.
n8n_list_executions
Browse executions; pass `includeData: true` for the full body.
modelcontextprotocol
github
idosal