Skip to main content
Glama

Fastly NGWAF MCP Server

by purpleax

list_sites

Retrieve and filter sites within a specified corporation using search queries and pagination for efficient site management. Integrates with Fastly NGWAF MCP Server for streamlined security operations.

Instructions

List sites in a corporation

Input Schema

NameRequiredDescriptionDefault
corpNameNoCorporation name (uses context default if not provided)
limitNoResults per page
pageNoPage number
queryNoSearch query to filter sites

Input Schema (JSON Schema)

{ "properties": { "corpName": { "description": "Corporation name (uses context default if not provided)", "type": "string" }, "limit": { "description": "Results per page", "type": "number" }, "page": { "description": "Page number", "type": "number" }, "query": { "description": "Search query to filter sites", "type": "string" } }, "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