n8n_read_node_field
Read the current value of a specific field in a workflow node to inspect it before making changes.
Instructions
Read the current value of a specific field from a workflow node without downloading the full workflow. Use this to inspect a field before editing it with n8n_update_partial_workflow (patchNodeField).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeName | Yes | Name of the node (e.g., "Integrar Ticket ID Alto") | |
| fieldPath | Yes | Dot-separated path to the field (e.g., "parameters.jsCode", "parameters.model") | |
| workflowId | Yes | Workflow ID |