read_live_capture
Read incremental network traffic from Charles Proxy captures to monitor real-time HTTP/HTTPS requests with compact summaries (host/method/path/status). Advances cursor automatically for new entries only.
Instructions
Read incremental traffic and advance the cursor. Returns compact entry summaries (host/method/path/status only). Use query_live_capture_entries for structured filtering instead of this tool. This tool advances the internal cursor — repeated calls only return new items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_id | Yes | ||
| cursor | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| status | Yes | ||
| warnings | No | ||
| truncated | No | ||
| capture_id | Yes | ||
| next_cursor | Yes | ||
| total_new_items | Yes |