vaaya / tools / tako / thinviz-create
Tako thinviz-create for AI agents
Tako — build an embeddable chart card from structured components you supply, ~0.4¢. Returns `embed_url`, `image_url`, `webpage_url`. Params: `title`…
up to 2¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
components required | object[] | |
source | string | |
title | string |
Call it
In a connected MCP client, pass the service, action, and inputs to use:
{
"service": "tako",
"action": "thinviz-create",
"params": {
"components": []
},
"max_cost_cents": 2
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/tako/thinviz-create \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"components":[],"max_cost_cents":2}'
Service details
Call
tako/thinviz-create
Price
up to 2¢ — 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