Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
microsoftGraphSecurity.json5.51 kB
{ "nodeType": "n8n-nodes-base.microsoftGraphSecurity", "displayName": "Microsoft Graph Security", "description": "Consume the Microsoft Graph Security API", "version": 1, "properties": [ { "name": "secureScoreControlProfileId", "displayName": "Secure Score Control Profile ID", "type": "string", "default": "", "description": "ID of the secure score control profile to retrieve", "required": true, "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ], "operation": [ "get" ] } } }, { "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": [ "secureScoreControlProfile" ], "operation": [ "getAll" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 50, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 1000 }, "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ], "operation": [ "getAll" ], "returnAll": [ false ] } } }, { "name": "filters", "displayName": "Filters", "type": "collection", "default": {}, "description": "<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by", "placeholder": "Add Filter", "options": [ { "name": "filter", "displayName": "Filter Query Parameter", "type": "string", "default": "", "description": "<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by", "placeholder": "startsWith(id, 'AATP')" } ], "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ], "operation": [ "getAll" ] } } }, { "name": "provider", "displayName": "Provider", "type": "string", "default": "", "description": "Name of the provider of the security product or service", "placeholder": "SecureScore", "required": true, "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ], "operation": [ "update" ] } } }, { "name": "vendor", "displayName": "Vendor", "type": "string", "default": "", "description": "Name of the vendor of the security product or service", "placeholder": "Microsoft", "required": true, "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ], "operation": [ "update" ] } } }, { "name": "updateFields", "displayName": "Update Fields", "type": "collection", "default": {}, "description": "Analyst driven setting on the control", "placeholder": "Add Field", "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ], "operation": [ "update" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "get", "options": [ { "name": "Get", "value": "get" }, { "name": "Get Many", "value": "getAll" }, { "name": "Update", "value": "update" } ], "displayOptions": { "show": { "resource": [ "secureScoreControlProfile" ] } } }, { "name": "secureScoreId", "displayName": "Secure Score ID", "type": "string", "default": "", "description": "ID of the secure score to retrieve", "required": true, "displayOptions": { "show": { "resource": [ "secureScore" ], "operation": [ "get" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "secureScore", "options": [ { "name": "Secure Score", "value": "secureScore" }, { "name": "Secure Score Control Profile", "value": "secureScoreControlProfile" } ] } ], "credentialsConfig": [ { "name": "microsoftGraphSecurityOAuth2Api", "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