Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
oura.json2.94 kB
{ "nodeType": "n8n-nodes-base.oura", "displayName": "Oura", "description": "Consume Oura API", "version": 1, "properties": [ { "name": "operation", "displayName": "Operation", "type": "options", "default": "get", "description": "Get the user's personal information", "options": [ { "name": "Get", "value": "get", "description": "Get the user's personal information" } ], "displayOptions": { "show": { "resource": [ "profile" ] } } }, { "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": [ "summary" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 5, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 10 }, "displayOptions": { "show": { "resource": [ "summary" ], "returnAll": [ false ] } } }, { "name": "filters", "displayName": "Filters", "type": "collection", "default": {}, "description": "End date for the summary retrieval. If omitted, it defaults to the current day.", "placeholder": "Add Filter", "options": [ { "name": "end", "displayName": "End Date", "type": "dateTime", "default": "", "description": "End date for the summary retrieval. If omitted, it defaults to the current day." }, { "name": "start", "displayName": "Start Date", "type": "dateTime", "default": "", "description": "Start date for the summary retrieval. If omitted, it defaults to a week ago." } ], "displayOptions": { "show": { "resource": [ "summary" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "summary", "options": [ { "name": "Profile", "value": "profile" }, { "name": "Summary", "value": "summary" } ] } ], "credentialsConfig": [ { "name": "ouraApi", "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