Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax
MIT License
  • Apple

list_events

Retrieve and filter security events such as attacks and blocks by timestamp, action, tag, or IP address for enhanced web application security monitoring.

Instructions

List security events (attacks, blocks, etc.)

Input Schema

NameRequiredDescriptionDefault
actionNoFilter by action
corpNameNoCorporation name (uses context default if not provided)
fromNoUnix timestamp start
ipNoFilter by IP address
siteNameNoSite name (uses context default if not provided)
tagNoFilter by tag
untilNoUnix timestamp end

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Filter by action", "enum": [ "flagged", "info" ], "type": "string" }, "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "from": { "description": "Unix timestamp start", "type": "number" }, "ip": { "description": "Filter by IP address", "type": "string" }, "siteName": { "description": "Site name (uses context default if not provided)", "type": "string" }, "tag": { "description": "Filter by tag", "type": "string" }, "until": { "description": "Unix timestamp end", "type": "number" } }, "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