vaaya / tools / tako / contents
Tako contents for AI agents
Tako — download what is behind a result: a card URL returns its data as CSV, any other URL returns the extracted page text, ~0.2¢. Params: `url` (a…
up to 5¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
url required | string |
Call it
In a connected MCP client, pass the service, action, and inputs to use:
{
"service": "tako",
"action": "contents",
"params": {
"url": "<url>"
},
"max_cost_cents": 5
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/tako/contents \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"<url>","max_cost_cents":5}'
Service details
Call
tako/contents
Price
up to 5¢ — 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