Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
microsoftExcel.json1.3 kB
{ "nodeType": "n8n-nodes-base.microsoftExcel", "displayName": "MicrosoftExcel", "description": null, "version": "2.1", "properties": [ { "name": "resource", "displayName": "Resource", "type": "options", "default": "workbook", "description": "Represents an Excel table", "options": [ { "name": "Table", "value": "table", "description": "Represents an Excel table" }, { "name": "Workbook", "value": "workbook", "description": "Workbook is the top level object which contains related workbook objects such as worksheets, tables, ranges, etc" }, { "name": "Worksheet", "value": "worksheet", "description": "An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc." } ] } ], "credentialsConfig": [ { "name": "microsoftExcelOAuth2Api", "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