You're viewing a demo portfolio

Join the waitlist
PRSM

n8n_get_workflow

Active

Tool of N8n

declared in 0.1.0

Get one workflow's detail by id from your n8n instance — name, active state, node list (which integrations it uses), tags, timestamps. Get the id from n8n_list_workflows. Requires your instance_url + n8n API key (_apiKey).

Parameters schema

{
  "type": "object",
  "required": [
    "instance_url",
    "workflow_id",
    "_apiKey"
  ],
  "properties": {
    "_apiKey": {
      "type": "string",
      "description": "REQUIRED — your n8n API key (Settings → n8n API → Create an API key). Sent as the X-N8N-API-KEY header. No shared key exists for this pack."
    },
    "workflow_id": {
      "type": "string",
      "description": "The workflow id — from n8n_list_workflows."
    },
    "instance_url": {
      "type": "string",
      "description": "REQUIRED — your n8n instance base URL, e.g. \"https://you.app.n8n.cloud\" (n8n Cloud) or \"https://n8n.example.com\" (self-hosted). Must be a public https URL."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

N8n

https://github.com/pipeworx-io/mcp-n8n

1/7 registries
View full server →