chore: sync 1 new tools from Vercel AI registry

Added 1 tools from Vercel AI SDK registry:
- Total tools in registry: 13
- Already synced: 12
- Newly added: 1
- Errors: 0

🤖 Automated by GitHub Actions
Run: https://github.com/tpmjs/tpmjs/actions/runs/21078181125
This commit is contained in:
github-actions[bot] 2026-01-16 19:24:41 +00:00
parent 2f02f0f412
commit 4973679cbf

View file

@ -908,4 +908,22 @@ export const manualTools: ManualTool[] = [
docsUrl: 'https://github.com/vercel/bash-tool',
websiteUrl: 'https://github.com/vercel/bash-tool',
},
{
npmPackageName: '@takoviz/ai-sdk',
category: 'search',
frameworks: ['vercel-ai'],
name: 'takoSearch',
description: 'Search Tako\'s knowledge base for data visualizations, insights, and well-sourced information with charts and analytics.',
tags: ['search', 'data', 'visualization', 'analytics'],
env: [
{
name: 'TAKO_API_KEY',
description: 'API key for authenticating requests to Tako services.',
required: true,
}
],
docsUrl: 'https://github.com/TakoData/ai-sdk#readme',
apiKeyUrl: 'https://tako.com',
websiteUrl: 'https://tako.com',
},
];