Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
questDb.json3.46 kB
{ "nodeType": "n8n-nodes-base.questDb", "displayName": "QuestDB", "description": "Get, add and update data in QuestDB", "version": 1, "properties": [ { "name": "operation", "displayName": "Operation", "type": "options", "default": "insert", "description": "Executes a SQL query", "options": [ { "name": "Execute Query", "value": "executeQuery", "description": "Executes a SQL query" }, { "name": "Insert", "value": "insert", "description": "Insert rows in database" } ] }, { "name": "query", "displayName": "Query", "type": "string", "default": "", "description": "The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters.", "placeholder": "SELECT id, name FROM product WHERE quantity > $1 AND price <= $2", "required": true, "displayOptions": { "show": { "operation": [ "executeQuery" ] } } }, { "name": "schema", "displayName": "Schema", "type": "hidden", "default": "", "description": "Name of the schema the table belongs to", "displayOptions": { "show": { "operation": [ "insert" ] } } }, { "name": "table", "displayName": "Table", "type": "string", "default": "", "description": "Name of the table in which to insert data to", "required": true, "displayOptions": { "show": { "operation": [ "insert" ] } } }, { "name": "columns", "displayName": "Columns", "type": "string", "default": "", "description": "Comma-separated list of the properties which should used as columns for the new rows", "placeholder": "id,name,description", "displayOptions": { "show": { "operation": [ "insert" ] } } }, { "name": "returnFields", "displayName": "Return Fields", "type": "string", "default": "*", "description": "Comma-separated list of the fields that the operation will return", "displayOptions": { "show": { "operation": [ "insert" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "Execute each query independently", "placeholder": "Add Field", "displayOptions": { "show": { "operation": [ "executeQuery" ] } } } ], "credentialsConfig": [ { "name": "questDb", "required": true }, { "name": "operation", "required": false }, { "name": "query", "required": true }, { "name": "queryParams", "required": false }, { "name": "additionalFields", "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