From 4973679cbfe32a858eefbd4500e3d1f7c57f28f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Jan 2026 19:24:41 +0000 Subject: [PATCH] chore: sync 1 new tools from Vercel AI registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- manual-tools.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/manual-tools.ts b/manual-tools.ts index d328190..c7450c2 100644 --- a/manual-tools.ts +++ b/manual-tools.ts @@ -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', + }, ];