Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
invoiceNinja.json10.1 kB
{ "nodeType": "n8n-nodes-base.invoiceNinja", "displayName": "Invoice Ninja", "description": "Consume Invoice Ninja API", "version": [ 1, 2 ], "properties": [ { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "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", "options": [ { "name": "amount", "displayName": "Amount", "type": "number", "default": 0 }, { "name": "bankIntegrationId", "displayName": "Bank Integration 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>" } ], "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "bank_transaction" ] } } }, { "name": "bankTransactionId", "displayName": "Bank Transaction ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "bank_transaction" ], "operation": [ "delete" ] } } }, { "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": [ "bank_transaction" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 50, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 60 }, "displayOptions": { "show": { "resource": [ "bank_transaction" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "paymentId", "displayName": "Payment 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>", "displayOptions": { "show": { "resource": [ "bank_transaction" ], "operation": [ "matchPayment" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a new bank transaction", "options": [ { "name": "Create", "value": "create", "description": "Create a new bank transaction" }, { "name": "Delete", "value": "delete", "description": "Delete a bank transaction" }, { "name": "Get", "value": "get", "description": "Get data of a bank transaction" }, { "name": "Get Many", "value": "getAll", "description": "Get data of many bank transactions" }, { "name": "Match Payment", "value": "matchPayment", "description": "Match payment to a bank transaction" } ], "displayOptions": { "show": { "resource": [ "bank_transaction" ] } } }, { "name": "billingAddressUi", "displayName": "Billing Address", "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 Billing Address", "displayOptions": { "show": { "resource": [ "client" ], "operation": [ "create" ] } } }, { "name": "contactsUi", "displayName": "Contacts", "type": "fixedCollection", "default": {}, "placeholder": "Add Contact", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "client" ], "operation": [ "create" ] } } }, { "name": "shippingAddressUi", "displayName": "Shipping Address", "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 Shipping Address", "displayOptions": { "show": { "resource": [ "client" ], "operation": [ "create" ] } } }, { "name": "clientId", "displayName": "Client ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "client" ], "operation": [ "delete" ] } } }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "placeholder": "Add Field", "displayOptions": { "show": { "operation": [ "get" ], "resource": [ "client" ] } } }, { "name": "expenseId", "displayName": "Expense ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "expense" ], "operation": [ "delete" ] } } }, { "name": "invoiceItemsUi", "displayName": "Invoice Items", "type": "fixedCollection", "default": {}, "placeholder": "Add Invoice Item", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "invoice" ], "operation": [ "create" ] } } }, { "name": "invoiceId", "displayName": "Invoice ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "invoice" ], "operation": [ "delete" ] } } }, { "name": "invoice", "displayName": "Invoice 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>", "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "payment" ] } } }, { "name": "amount", "displayName": "Amount", "type": "number", "default": 0, "typeOptions": { "minValue": 0 }, "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "payment" ] } } }, { "name": "quoteId", "displayName": "Quote ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "quote" ], "operation": [ "delete" ] } } }, { "name": "timeLogsUi", "displayName": "Time Logs", "type": "fixedCollection", "default": {}, "placeholder": "Add Time Log", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "task" ], "operation": [ "create" ] } } }, { "name": "taskId", "displayName": "Task ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "task" ], "operation": [ "delete" ] } } }, { "name": "apiVersion", "displayName": "API Version", "type": "options", "default": "v4", "options": [ { "name": "Version 4", "value": "v4" }, { "name": "Version 5", "value": "v5" } ], "displayOptions": { "show": { "@version": [ 1 ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "client", "displayOptions": { "show": { "apiVersion": [ "v5" ] } } } ], "credentialsConfig": [ { "name": "invoiceNinjaApi", "required": true }, { "name": "apiVersion", "required": false }, { "name": "apiVersion", "required": false }, { "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