vaaya / tools / openfunnel / results
OpenFunnel results for AI agents
Poll an OpenFunnel async job (FREE, poll as often as needed): { kind: "tam" | "lookalikes-bulk" | "tech-intent", job_id, cursor?
free per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
job_id required | string | |
kind required | "tam" | "lookalikes-bulk" | "tech-intent" | |
cursor | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "openfunnel",
"action": "results",
"params": {
"kind": "tam",
"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/results \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"kind":"tam","job_id":"<job_id>","max_cost_cents":0}'
The facts
Call
openfunnel/results
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