scout_request
Send test HTTP requests by replaying captured API calls or crafting fully custom requests. Automatically syncs cookies from the active browser tab.
Instructions
Send a test HTTP request — replay from captured API or fully custom.
Two modes:
Replay: index=3, params='{"page":2}' — uses API #3's URL/method/headers.
Manual: url="...", method="POST", body="..." — fully custom.
Cookies are auto-synced from the current browser tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | CDP short ID for cookie sync (empty = current active tab). | |
| url | No | Request URL (manual mode). | |
| body | No | JSON string of request body. | |
| index | No | API record number to replay (0 = manual mode). | |
| method | No | HTTP method (default "GET"). | GET |
| params | No | JSON string of query parameters. | |
| headers | No | JSON string of extra headers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |