Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
philipsHue.json3.68 kB
{ "nodeType": "n8n-nodes-base.philipsHue", "displayName": "Philips Hue", "description": "Consume Philips Hue API", "version": 1, "properties": [ { "name": "lightId", "displayName": "Light ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "operation": [ "delete" ], "resource": [ "light" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "operation": [ "getAll" ], "resource": [ "light" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 100, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 500 }, "displayOptions": { "show": { "operation": [ "getAll" ], "resource": [ "light" ], "returnAll": [ false ] } } }, { "name": "on", "displayName": "On", "type": "boolean", "default": true, "description": "On/Off state of the light", "required": true, "displayOptions": { "show": { "operation": [ "update" ], "resource": [ "light" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "The light is not performing an alert effect", "placeholder": "Add Field", "typeOptions": { "minValue": 1, "maxValue": 254 }, "displayOptions": { "show": { "resource": [ "light" ], "operation": [ "update" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "update", "description": "Delete a light", "options": [ { "name": "Delete", "value": "delete", "description": "Delete a light" }, { "name": "Get", "value": "get", "description": "Retrieve a light" }, { "name": "Get Many", "value": "getAll", "description": "Retrieve many lights" }, { "name": "Update", "value": "update", "description": "Update a light" } ], "displayOptions": { "show": { "resource": [ "light" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "light", "options": [ { "name": "Light", "value": "light" } ] } ], "credentialsConfig": [ { "name": "philipsHueOAuth2Api", "required": true }, { "name": "resource", "required": false } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "produces": [ "Main" ] } }

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/ifmelate/n8n-workflow-builder-mcp'

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