Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_clear_traffic_log

Remove recorded traffic logs from the Web Proxy MCP Server. Optionally clears logs for a specific domain, with a confirmation flag to prevent accidental deletion.

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