vaaya / tools / openfunnel / job-control
OpenFunnel job-control for AI agents
Pause / resume / cancel an OpenFunnel job (FREE): { kind: "tam" | "lookalikes-bulk", op, job_id }.
free per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
job_id required | string | |
kind required | "tam" | "lookalikes-bulk" | |
op required | "pause" | "resume" | "cancel" |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "openfunnel",
"action": "job-control",
"params": {
"kind": "tam",
"op": "pause",
"job_id": "<job_id>"
},
"max_cost_cents": 0
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/openfunnel/job-control \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"kind":"tam","op":"pause","job_id":"<job_id>","max_cost_cents":0}'
The facts
Call
openfunnel/job-control
Price
free. Charged only on success.
Pillar
Data · routed by vaaya/onefind
Provider
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a OpenFunnel key.
More from OpenFunnel
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