Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_clear_traffic_log

Clear HTTP/HTTPS traffic logs stored in the Web Proxy MCP Server. Specify a domain to remove logs selectively or confirm deletion to prevent accidental data loss.

Instructions

Clear the traffic log

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirmation flag to prevent accidental deletion
domainNoClear logs for specific domain only

Input Schema (JSON Schema)

{ "properties": { "confirm": { "default": false, "description": "Confirmation flag to prevent accidental deletion", "type": "boolean" }, "domain": { "description": "Clear logs for specific domain only", "type": "string" } }, "required": [ "confirm" ], "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/mako10k/mcp-web-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server