Home/Tools/@tpmjs/tools-novelty-score-workflow

noveltyScoreWorkflowTool

@tpmjs/tools-novelty-score-workflow

Scores how novel/unique a workflow is compared to existing workflows

Official
agent
v0.2.0
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
Invalid workflow: must contain a steps array

Last checked: 2/28/2026, 3:58:00 AM

Interactive Playground

Test @tpmjs/tools-novelty-score-workflow (noveltyScoreWorkflowTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-novelty-score-workflow
pnpm add @tpmjs/tools-novelty-score-workflow
yarn add @tpmjs/tools-novelty-score-workflow
bun add @tpmjs/tools-novelty-score-workflow
deno add npm:@tpmjs/tools-novelty-score-workflow

2. Import the tool

import { noveltyScoreWorkflowTool } from '@tpmjs/tools-novelty-score-workflow';

3. Use with AI SDK

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);

Signature

(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>

Tags

agent
ai
analysis
compared
existing
novel
novelty
score
scores
tpmjs
unique
workflow
workflows

Parameters

Available configuration options

Auto-extracted
workflow
Required
Type: object

The workflow to analyze

existingWorkflows
Required
Type: array

Array of existing workflows to compare against

Schema extracted: 2/28/2026, 3:57:59 AM

README

ERROR: No README data found!

Statistics

Downloads/month

18

GitHub Stars

0

Quality Score

76%

Bundle Size

NPM Keywords

tpmjs
agent
ai
workflow
analysis

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
noveltyScoreWorkflowTool | TPMJS | TPMJS