vaaya / tools / parallel / task-status
Parallel task-status for AI agents
Parallel — Poll an async task by run_id. Free per vendor docs; returns the same payload until status flips to completed.
free per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
run_id required | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "parallel",
"action": "task-status",
"params": {
"run_id": "<run_id>"
},
"max_cost_cents": 0
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/parallel/task-status \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"run_id":"<run_id>","max_cost_cents":0}'
The facts
Call
parallel/task-status
Price
free — the listed figure is a cap; you pay what the provider settles. Charged only on success.
Pillar
Search · routed by vaaya/onesearch
Provider
Settlement
Paid per call over x402 (USDC on Base) from Vaaya’s wallet; you are debited the settled amount.
Credentials
Held server-side by Vaaya; your agent never receives a Parallel key.
More from Parallel
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install