Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
supabase.json5.76 kB
{ "nodeType": "n8n-nodes-base.supabase", "displayName": "Supabase", "description": "Add, get, delete and update data in a table", "version": 1, "properties": [ { "name": "tableId", "displayName": "Table Name or ID", "type": "options", "default": "", "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>", "required": true, "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "create", "delete", "get", "getAll", "update" ] } } }, { "name": "Any Select Condition", "default": null }, { "name": "dataToSend", "displayName": "Data to Send", "type": "options", "default": "defineBelow", "description": "Use when node input properties match destination column names", "options": [ { "name": "Auto-Map Input Data to Columns", "value": "autoMapInputData", "description": "Use when node input properties match destination column names" }, { "name": "Define Below for Each Column", "value": "defineBelow", "description": "Set the value for each destination column" } ], "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "create", "update" ] } } }, { "name": "inputsToIgnore", "displayName": "Inputs to Ignore", "type": "string", "default": "", "description": "List of input properties to avoid sending, separated by commas. Leave empty to send all properties.", "placeholder": "Enter properties...", "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "create", "update" ], "dataToSend": [ "autoMapInputData" ] } } }, { "name": "fieldsUi", "displayName": "Fields to Send", "type": "fixedCollection", "default": {}, "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>", "placeholder": "Add Field", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "create", "update" ], "dataToSend": [ "defineBelow" ] } } }, { "name": "filters", "displayName": "Select Conditions", "type": "fixedCollection", "default": {}, "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>", "placeholder": "Add Condition", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "get" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 50, "description": "Max number of results to return", "typeOptions": { "minValue": 1 }, "displayOptions": { "show": { "resource": [ "row" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a new row", "options": [ { "name": "Create", "value": "create", "description": "Create a new row" }, { "name": "Delete", "value": "delete", "description": "Delete a row" }, { "name": "Get", "value": "get", "description": "Get a row" }, { "name": "Get Many", "value": "getAll", "description": "Get many rows" }, { "name": "Update", "value": "update", "description": "Update a row" } ], "displayOptions": { "show": { "resource": [ "row" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "row", "options": [ { "name": "Row", "value": "row" } ] } ], "credentialsConfig": [ { "name": "supabaseApi", "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