get_request_detail
Retrieve complete request and response details for a specific network request by UUID, with optional headers and a 50KB body limit to prevent context overflow.
Instructions
Get full details for a specific request by UUID. Returns complete request/response data with 50KB body limit and optional headers to prevent MCP context overflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the request to retrieve details for | |
| include_headers | No | Include request/response headers (default: false for context efficiency) |