proxy_list_targets
Filter and retrieve status of target domains for automated traffic monitoring and analysis using the Web Proxy MCP Server.
Instructions
List all target domains and their status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter targets by status | all |
Input Schema (JSON Schema)
{
"properties": {
"status": {
"default": "all",
"description": "Filter targets by status",
"enum": [
"all",
"active",
"inactive"
],
"type": "string"
}
},
"type": "object"
}