Home / MCP Tools / Check Errand
Live MCP toolerrands

Check Errand

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.

Parameters

ParameterTypeRequiredDescription
job_idstringrequired

Call it over MCP (JSON-RPC 2.0)

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"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/check_errand \
  -H 'Content-Type: application/json' \
  -d '{"job_id": "example-id"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/check_errand from your browser.

Related tools in Errands

errands
Book Appointment
Lead-gen/CRM: record an appointment in your pipeline (a DB row — no external calendar).
errands
Confirm Delivery
After buying on the Exchange, record your verdict on what you received: 'confirmed' (the delivery matched the listing)…
errands
Submit Errand
Submit an async job that runs off your context; returns a job_id immediately.