Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

expire_event

Manually expire an event by unblocking an IP address using the Fastly NGWAF MCP Server. Specify the event ID, and optionally, the corporation and site names to manage web application security efficiently.

Instructions

Manually expire an event (unblock IP)

Input Schema

NameRequiredDescriptionDefault
corpNameNoCorporation name (uses context default if not provided)
eventIdYesEvent ID
siteNameNoSite name (uses context default if not provided)

Input Schema (JSON Schema)

{ "properties": { "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "eventId": { "description": "Event ID", "type": "string" }, "siteName": { "description": "Site name (uses context default if not provided)", "type": "string" } }, "required": [ "eventId" ], "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