Skip to main content
Glama

proxy_clear_traffic

Clear all captured network traffic from the proxy buffer to reset monitoring and prepare for new traffic analysis sessions.

Instructions

Clear all captured traffic from the buffer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for proxy_clear_traffic which clears captured traffic via proxyManager.clearTraffic().
    server.tool(
      "proxy_clear_traffic",
      "Clear all captured traffic from the buffer.",
      {},
      async () => {
        const count = proxyManager.clearTraffic();
        return {
          content: [{
            type: "text",
            text: JSON.stringify({ status: "success", cleared: count }),
          }],
        };
      },
    );
Install Server

Other Tools

Latest Blog Posts

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/yfe404/proxy-mcp'

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