Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
stravaTrigger.json2.16 kB
{ "nodeType": "n8n-nodes-base.stravaTrigger", "displayName": "Strava Trigger", "description": "Starts the workflow when Strava events occur", "version": 1, "properties": [ { "name": "object", "displayName": "Object", "type": "options", "default": "*" }, { "name": "event", "displayName": "Event", "type": "options", "default": "*" }, { "name": "resolveData", "displayName": "Resolve Data", "type": "boolean", "default": true, "description": "By default the webhook-data only contain the Object ID. If this option gets activated, it will resolve the data automatically." }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Strava allows just one subscription at all times. If you want to delete the current subscription to make room for a new subscription with the current parameters, set this parameter to true. Keep in mind this is a destructive operation.", "placeholder": "Add option", "options": [ { "name": "deleteIfExist", "displayName": "Delete If Exist", "type": "boolean", "default": false, "description": "Strava allows just one subscription at all times. If you want to delete the current subscription to make room for a new subscription with the current parameters, set this parameter to true. Keep in mind this is a destructive operation." } ] } ], "credentialsConfig": [ { "name": "stravaOAuth2Api", "required": true }, { "name": "setup", "required": false }, { "name": "object", "required": false }, { "name": "event", "required": false }, { "name": "resolveData", "required": false } ], "io": { "inputs": [], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "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