n8n_get_node_config
Retrieve a single node's full configuration from an n8n workflow by node name, including parameters, type, and position, without downloading the entire workflow.
Instructions
Get a single node's full configuration from a workflow by node name. Returns parameters, type, position, and other metadata without downloading the entire workflow. Use this instead of n8n_get_workflow(mode="full") when you only need one node's config. Use mode='filtered' with nodeNames for fetching multiple specific nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional: specific parameter fields to return (e.g., ["parameters.jsCode", "parameters.model"]). If omitted, returns all parameters. | |
| nodeName | Yes | Name of the node to retrieve (e.g., "Integrar Ticket ID Alto") | |
| workflowId | Yes | Workflow ID |