search_node_properties
Locate node properties like auth, headers, body, or JSON in n8n workflows by specifying the node type and query. Retrieves paths and descriptions for efficient workflow automation.
Instructions
Find specific properties in a node (auth, headers, body, etc). Returns paths and descriptions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Max results (default 20) | |
nodeType | Yes | Full type with prefix | |
query | Yes | Property to find: "auth", "header", "body", "json" |