Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
14,220
5,639
  • Apple
  • Linux

get_property_dependencies

Analyze property dependencies and visibility rules in n8n nodes. Test how configurations affect field visibility to optimize 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