Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
yourls.json2.9 kB
{ "nodeType": "n8n-nodes-base.yourls", "displayName": "Yourls", "description": "Consume Yourls API", "version": 1, "properties": [ { "name": "url", "displayName": "URL", "type": "string", "default": "", "description": "The URL to shorten", "required": true, "displayOptions": { "show": { "resource": [ "url" ], "operation": [ "shorten" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "Title for custom short URLs", "placeholder": "Add Field", "options": [ { "name": "keyword", "displayName": "Keyword", "type": "string", "default": "" }, { "name": "title", "displayName": "Title", "type": "string", "default": "", "description": "Title for custom short URLs" } ], "displayOptions": { "show": { "resource": [ "url" ], "operation": [ "shorten" ] } } }, { "name": "shortUrl", "displayName": "Short URL", "type": "string", "default": "", "description": "The short URL to expand", "required": true, "displayOptions": { "show": { "resource": [ "url" ], "operation": [ "expand" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "shorten", "description": "Expand a URL", "options": [ { "name": "Expand", "value": "expand", "description": "Expand a URL" }, { "name": "Shorten", "value": "shorten", "description": "Shorten a URL" }, { "name": "Stats", "value": "stats", "description": "Get stats about one short URL" } ], "displayOptions": { "show": { "resource": [ "url" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "url", "options": [ { "name": "URL", "value": "url" } ] } ], "credentialsConfig": [ { "name": "yourlsApi", "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