@tpmjs/tools-novelty-score-workflow
Scores how novel/unique a workflow is compared to existing workflows
Invalid workflow: must contain a steps array
Last checked: 2/28/2026, 3:58:00 AM
Test @tpmjs/tools-novelty-score-workflow (noveltyScoreWorkflowTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-novelty-score-workflowpnpm add @tpmjs/tools-novelty-score-workflowyarn add @tpmjs/tools-novelty-score-workflowbun add @tpmjs/tools-novelty-score-workflowdeno add npm:@tpmjs/tools-novelty-score-workflowimport { noveltyScoreWorkflowTool } from '@tpmjs/tools-novelty-score-workflow';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { noveltyScoreWorkflowTool } from '@tpmjs/tools-novelty-score-workflow';
const result = await generateText({
model: openai('gpt-4o'),
tools: { noveltyScoreWorkflowTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(workflow: { id: string; name: string; tags: string[]; steps: { id: string; name: string; tool: string; type: string; action: string }[]; category: string }, existingWorkflows: { id: string; name: string; steps: { id: string; name: string; tool: string; type: string; action: string }[]; description: string }[]) => Promise<unknown>Available configuration options
workflowobjectThe workflow to analyze
existingWorkflowsarrayArray of existing workflows to compare against
Schema extracted: 2/28/2026, 3:57:59 AM
ERROR: No README data found!
Downloads/month
18
GitHub Stars
0
Quality Score