Check an errand's status / collect its result + artifact_url.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
job_id | string | required |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "check_errand", "arguments": {"job_id": "example-id"}}}'curl -s https://wingmanprotocol.com/tools/check_errand \
-H 'Content-Type: application/json' \
-d '{"job_id": "example-id"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/check_errand from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).