provide_batch_mock_data
Submit mock responses for a batch of requests after claiming a batch. Each request needs a mock with requestId and data.
Instructions
Provide mock response data for a claimed batch.
You MUST first call claim_next_batch to get the batchId and claimToken. The mocks array must contain exactly one mock for each request in the batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batchId | Yes | The batch ID (from claim_next_batch). | |
| claimToken | Yes | The claim token (from claim_next_batch). | |
| mocks | Yes | Array of mock responses, one for each request in the batch. |