Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
bitwarden.json9.17 kB
{ "nodeType": "n8n-nodes-base.bitwarden", "displayName": "Bitwarden", "description": "Consume the Bitwarden API", "version": 1, "properties": [ { "name": "collectionId", "displayName": "Collection ID", "type": "string", "default": "", "description": "The identifier of the collection", "placeholder": "5e59c8c7-e05a-4d17-8e85-acc301343926", "required": true, "displayOptions": { "show": { "resource": [ "collection" ], "operation": [ "delete", "get", "update" ] } } }, { "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": [ "collection" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 10, "description": "Max number of results to return", "typeOptions": { "minValue": 1 }, "displayOptions": { "show": { "resource": [ "collection" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "updateFields", "displayName": "Update Fields", "type": "collection", "default": {}, "description": "The group to assign this collection to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "placeholder": "Add Field", "required": true, "displayOptions": { "show": { "resource": [ "collection" ], "operation": [ "update" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "get", "options": [ { "name": "Delete", "value": "delete" }, { "name": "Get", "value": "get" }, { "name": "Get Many", "value": "getAll" }, { "name": "Update", "value": "update" } ], "displayOptions": { "show": { "resource": [ "collection" ] } } }, { "name": "filters", "displayName": "Filters", "type": "collection", "default": {}, "description": "The unique identifier of the acting user", "placeholder": "Add Filter", "options": [ { "name": "actingUserId", "displayName": "Acting User ID", "type": "string", "default": "", "description": "The unique identifier of the acting user", "placeholder": "4a59c8c7-e05a-4d17-8e85-acc301343926" }, { "name": "end", "displayName": "End Date", "type": "dateTime", "default": "", "description": "The end date for the search" }, { "name": "itemID", "displayName": "Item ID", "type": "string", "default": "", "description": "The unique identifier of the item that the event describes", "placeholder": "5e59c8c7-e05a-4d17-8e85-acc301343926" }, { "name": "start", "displayName": "Start Date", "type": "dateTime", "default": "", "description": "The start date for the search" } ], "displayOptions": { "show": { "resource": [ "event" ], "operation": [ "getAll" ] } } }, { "name": "groupId", "displayName": "Group ID", "type": "string", "default": "", "description": "The identifier of the group", "placeholder": "5e59c8c7-e05a-4d17-8e85-acc301343926", "required": true, "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "delete", "get", "getMembers", "update", "updateMembers" ] } } }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "The name of the group to create", "required": true, "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "create" ] } } }, { "name": "accessAll", "displayName": "Access All", "type": "boolean", "default": false, "description": "Whether to allow this group to access all collections within the organization, instead of only its associated collections. If set to true, this option overrides any collection assignments.", "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "create" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "The collections to assign to this group. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "placeholder": "Add Field", "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "create" ] } } }, { "name": "memberIds", "displayName": "Member IDs", "type": "string", "default": "", "description": "Comma-separated list of IDs of members to set in a group", "displayOptions": { "show": { "resource": [ "group" ], "operation": [ "updateMembers" ] } } }, { "name": "memberId", "displayName": "Member ID", "type": "string", "default": "", "description": "The identifier of the member", "placeholder": "5e59c8c7-e05a-4d17-8e85-acc301343926", "required": true, "displayOptions": { "show": { "resource": [ "member" ], "operation": [ "delete", "get", "getGroups", "update", "updateGroups" ] } } }, { "name": "type", "displayName": "Type", "type": "options", "default": 2, "required": true, "options": [ { "name": "Owner", "value": 0 }, { "name": "Admin", "value": 1 }, { "name": "User", "value": 2 }, { "name": "Manager", "value": 3 } ], "displayOptions": { "show": { "resource": [ "member" ], "operation": [ "create" ] } } }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "The email of the member to update", "placeholder": "name@email.com", "displayOptions": { "show": { "resource": [ "member" ], "operation": [ "create" ] } } }, { "name": "groupIds", "displayName": "Group IDs", "type": "string", "default": "", "description": "Comma-separated list of IDs of groups to set for a member", "displayOptions": { "show": { "resource": [ "member" ], "operation": [ "updateGroups" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "collection", "options": [ { "name": "Collection", "value": "collection" }, { "name": "Event", "value": "event" }, { "name": "Group", "value": "group" }, { "name": "Member", "value": "member" } ] } ], "credentialsConfig": [ { "name": "bitwardenApi", "required": true }, { "name": "resource", "required": false } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "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