get_corp_overview
Retrieve attack overview for a corporation by specifying dates and corp name using Fastly NGWAF MCP Server. Analyze web application security trends efficiently.
Instructions
Get attack overview for a corporation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
corpName | No | Corporation name (uses context default if not provided) | |
from | No | Start date (e.g., "-7d") | |
until | No | End date (e.g., "-1d") |
Input Schema (JSON Schema)
{
"properties": {
"corpName": {
"description": "Corporation name (uses context default if not provided)",
"type": "string"
},
"from": {
"description": "Start date (e.g., \"-7d\")",
"type": "string"
},
"until": {
"description": "End date (e.g., \"-1d\")",
"type": "string"
}
},
"type": "object"
}