@tpmjs/tools-campaign-brief
Structure marketing campaign briefs with objectives, audience, channels, and KPIs
Tool "campaignBriefTool" has no valid inputSchema. Tools must use AI SDK jsonSchema(), Zod v4 (._zod), or Zod v3 (._def) schemas.
Last checked: 2/28/2026, 3:59:14 AM
Test @tpmjs/tools-campaign-brief (campaignBriefTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-campaign-briefpnpm add @tpmjs/tools-campaign-briefyarn add @tpmjs/tools-campaign-briefbun add @tpmjs/tools-campaign-briefdeno add npm:@tpmjs/tools-campaign-briefimport { campaignBriefTool } from '@tpmjs/tools-campaign-brief';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { campaignBriefTool } from '@tpmjs/tools-campaign-brief';
const result = await generateText({
model: openai('gpt-4o'),
tools: { campaignBriefTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
campaignGoalstringPrimary campaign objective
productstringProduct or service being promoted
budgetnumberCampaign budget if known
Try to auto-extract schema from the package
ERROR: No README data found!
Downloads/month
6
GitHub Stars
0
Quality Score