get_request_details
Retrieve comprehensive network request details including headers, body content, and timing metrics from Metro Logs MCP server for debugging and analysis.
Instructions
Get full details of a specific network request including headers, body, and timing. Use get_network_requests first to find the request ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | The request ID to get details for | |
| maxBodyLength | No | Max characters for request body (default: 500, set to 0 for unlimited). Tip: Large POST bodies (file uploads, base64) can be 10KB+. | |
| verbose | No | Disable body truncation. Tip: Use when you need to inspect full JSON payloads. |