vaaya / tools / tako / visualize
Tako visualize for AI agents
Tako — chart YOUR OWN data as an embeddable card, ~3.7¢. Params: `query` (how to chart it, plain English), `csv` (array of inline CSV strings), optionally…
up to 6¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
query required | string | |
csv | string[] | |
file_ids | string[] | |
viz_component_type | string |
Call it
In a connected MCP client, pass the service, action, and inputs to use:
{
"service": "tako",
"action": "visualize",
"params": {
"query": "<query>"
},
"max_cost_cents": 6
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/tako/visualize \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"<query>","max_cost_cents":6}'
Service details
Call
tako/visualize
Price
up to 6¢ — the listed figure is a cap; you pay what the provider settles. Charged only on success.
Category
Data · routed by vaaya/onefind
Settlement
Paid per call over the Machine Payments Protocol from Vaaya’s treasury; you are debited the settled amount.
Credentials
Held server-side by Vaaya; your agent never receives a Tako key.
More from Tako
Try this action.
Use the example above in your application, or connect an agent and describe the task. Charges appear in your Vaaya account.
npx @vaaya/mcp install