Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

create_site

Use this tool to create a new site within a corporation, defining attributes like site name, display name, and agent-level actions for web application security management via Fastly NGWAF.

Instructions

Create a new site in a corporation

Input Schema

NameRequiredDescriptionDefault
agentLevelNoAgent action level
blockDurationSecondsNoBlock duration in seconds
blockHTTPCodeNoHTTP response code for blocked requests
blockRedirectURLNoRedirect URL for blocked requests
corpNameNoCorporation name (uses context default if not provided)
displayNameNoDisplay name
siteNameYesSite name

Input Schema (JSON Schema)

{ "properties": { "agentLevel": { "description": "Agent action level", "enum": [ "block", "log", "off" ], "type": "string" }, "blockDurationSeconds": { "description": "Block duration in seconds", "type": "number" }, "blockHTTPCode": { "description": "HTTP response code for blocked requests", "type": "number" }, "blockRedirectURL": { "description": "Redirect URL for blocked requests", "type": "string" }, "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "displayName": { "description": "Display name", "type": "string" }, "siteName": { "description": "Site name", "type": "string" } }, "required": [ "siteName" ], "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