Skip to main content
Glama

WebScout MCP

by pyscout

clear_network_capture

Clear captured network data while keeping the capture session active to prevent memory issues during long-running network analysis.

Instructions

Clear all captured network data without stopping the capture session. Resets request/response buffers while keeping capture active. Useful for long-running captures where you want to periodically clear old data to prevent memory issues.

Input Schema

NameRequiredDescriptionDefault
sessionIdYesSession ID obtained from initialize_session

Input Schema (JSON Schema)

{ "properties": { "sessionId": { "description": "Session ID obtained from initialize_session", "type": "string" } }, "required": [ "sessionId" ], "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/pyscout/webscout-mcp'

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