@tpmjs/search-registry
Search the TPMJS tool registry to find AI SDK tools. Use this when you need a tool that isn't currently available. Returns tool metadata including package names, export names, and import URLs.
Test @tpmjs/search-registry (searchTpmjsToolsTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/search-registrypnpm add @tpmjs/search-registryyarn add @tpmjs/search-registrybun add @tpmjs/search-registrydeno add npm:@tpmjs/search-registryimport { searchTpmjsToolsTool } from '@tpmjs/search-registry';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { searchTpmjsToolsTool } from '@tpmjs/search-registry';
const result = await generateText({
model: openai('gpt-4o'),
tools: { searchTpmjsToolsTool },
prompt: 'Your prompt here...',
});
console.log(result.text);How AI agents can use this tool
Use when you need a tool that isn't currently available. Search for tools by keyword or domain.
(query: string, limit?: number, category?: string, recentMessages?: string[]) => Promise<unknown>Available configuration options
querystringSearch query (keywords, tool names, descriptions)
categorystringFilter by tool category (optional)
limitnumberMaximum number of results (1-20, default 10)
recentMessagesarrayRecent user messages for context (optional)
Schema extracted: 3/1/2026, 4:26:39 AM
ERROR: No README data found!
Downloads/month
4
GitHub Stars
0
Quality Score