list_flows
Extract detailed HTTP request/response data, headers, content, and metadata from specific session flows using the mitmproxy-mcp MCP Server.
Instructions
Retrieves detailed HTTP request/response data including headers, content (or structure preview for large JSON), and metadata from specified flows
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes | The ID of the session to list flows from |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"description": "The ID of the session to list flows from",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}