Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
xero.json7.52 kB
{ "nodeType": "n8n-nodes-base.xero", "displayName": "Xero", "description": "Consume Xero API", "version": 1, "properties": [ { "name": "organizationId", "displayName": "Organization 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": [ "contact" ], "operation": [ "create" ] } } }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Full name of contact/organisation", "required": true, "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "create" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "A user defined account number", "placeholder": "Add Field", "options": [ { "name": "accountNumber", "displayName": "Account Number", "type": "string", "default": "", "description": "A user defined account number" } ], "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "create" ] } } }, { "name": "contactId", "displayName": "Contact ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "contact" ], "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": [ "contact" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 100, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 100 }, "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Whether contacts with a status of ARCHIVED will be included in the response", "placeholder": "Add option", "options": [ { "name": "includeArchived", "displayName": "Include Archived", "type": "boolean", "default": false, "description": "Whether contacts with a status of ARCHIVED will be included in the response" }, { "name": "orderBy", "displayName": "Order By", "type": "string", "default": "", "description": "Order by any element returned", "placeholder": "contactID" } ], "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "getAll" ] } } }, { "name": "updateFields", "displayName": "Update Fields", "type": "collection", "default": {}, "description": "A user defined account number", "placeholder": "Add Field", "options": [ { "name": "accountNumber", "displayName": "Account Number", "type": "string", "default": "", "description": "A user defined account number" } ], "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "contact" ], "operation": [ "update" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a contact", "options": [ { "name": "Create", "value": "create", "description": "Create a contact" }, { "name": "Get", "value": "get", "description": "Get a contact" }, { "name": "Get Many", "value": "getAll", "description": "Get many contacts" }, { "name": "Update", "value": "update", "description": "Update a contact" } ], "displayOptions": { "show": { "resource": [ "contact" ] } } }, { "name": "type", "displayName": "Type", "type": "options", "default": "", "description": "Accounts Payable or supplier invoice", "required": true, "options": [ { "name": "Bill", "value": "ACCPAY", "description": "Accounts Payable or supplier invoice" }, { "name": "Sales Invoice", "value": "ACCREC", "description": "Accounts Receivable or customer invoice" } ], "displayOptions": { "show": { "resource": [ "invoice" ], "operation": [ "create" ] } } }, { "name": "lineItemsUi", "displayName": "Line Items", "type": "fixedCollection", "default": {}, "description": "Line item data", "placeholder": "Add Line Item", "required": true, "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "invoice" ], "operation": [ "create" ] } } }, { "name": "invoiceId", "displayName": "Invoice ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "resource": [ "invoice" ], "operation": [ "update" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "invoice", "options": [ { "name": "Contact", "value": "contact" }, { "name": "Invoice", "value": "invoice" } ] } ], "credentialsConfig": [ { "name": "xeroOAuth2Api", "required": true }, { "name": "resource", "required": false } ], "io": { "inputs": [], "outputs": [], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "produces": [] } }

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