Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

manage_alerts

Monitor and manage attack pattern alerts on Fastly NGWAF by listing, creating, updating, or deleting alerts based on custom tags, intervals, and thresholds.

Instructions

Manage alerts for monitoring attack patterns

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
action_typeNoAction when triggered
alertIdNoAlert ID (for update/delete actions)
corpNameNoCorporation name (uses context default if not provided)
enabledNoWhether alert is enabled
intervalNoTime interval in minutes
longNameNoAlert description
siteNameNoSite name (uses context default if not provided)
tagNameNoTag name to monitor
thresholdNoThreshold count

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "list", "create", "update", "delete" ], "type": "string" }, "action_type": { "description": "Action when triggered", "enum": [ "info", "flagged" ], "type": "string" }, "alertId": { "description": "Alert ID (for update/delete actions)", "type": "string" }, "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "enabled": { "description": "Whether alert is enabled", "type": "boolean" }, "interval": { "description": "Time interval in minutes", "enum": [ 1, 10, 60 ], "type": "number" }, "longName": { "description": "Alert description", "type": "string" }, "siteName": { "description": "Site name (uses context default if not provided)", "type": "string" }, "tagName": { "description": "Tag name to monitor", "type": "string" }, "threshold": { "description": "Threshold count", "type": "number" } }, "required": [ "action" ], "type": "object" }

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/purpleax/FastlyMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server