@tpmjs/tools-competitor-brief
Extract and structure competitor information from various sources into a competitive brief
Tool "competitorBriefTool" has no valid inputSchema. Tools must use AI SDK jsonSchema(), Zod v4 (._zod), or Zod v3 (._def) schemas.
Last checked: 3/1/2026, 4:28:37 AM
Test @tpmjs/tools-competitor-brief (competitorBriefTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-competitor-briefpnpm add @tpmjs/tools-competitor-briefyarn add @tpmjs/tools-competitor-briefbun add @tpmjs/tools-competitor-briefdeno add npm:@tpmjs/tools-competitor-briefimport { competitorBriefTool } from '@tpmjs/tools-competitor-brief';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { competitorBriefTool } from '@tpmjs/tools-competitor-brief';
const result = await generateText({
model: openai('gpt-4o'),
tools: { competitorBriefTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
competitorNamestringName of competitor to analyze
sourcesarraySource texts/URLs to analyze
Try to auto-extract schema from the package
ERROR: No README data found!
Downloads/month
6
GitHub Stars
0
Quality Score