Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,228
4,594
  • Apple
  • Linux

get_property_dependencies

Analyze node property dependencies and visibility rules in n8n workflows. Test how configurations impact field visibility to ensure accurate data handling and workflow automation.

Instructions

Shows property dependencies and visibility rules. Example: sendBody=true reveals body fields. Test visibility with optional config.

Input Schema

NameRequiredDescriptionDefault
configNoOptional partial configuration to check visibility impact
nodeTypeYesThe node type to analyze (e.g., "nodes-base.httpRequest")

Input Schema (JSON Schema)

{ "properties": { "config": { "description": "Optional partial configuration to check visibility impact", "type": "object" }, "nodeType": { "description": "The node type to analyze (e.g., \"nodes-base.httpRequest\")", "type": "string" } }, "required": [ "nodeType" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server