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

noveltyScoreWorkflowTool

@tpmjs/tools-novelty-score-workflow

Analyzes how novel/unique a workflow is by comparing it to existing workflows. Calculates a novelty score (0-1), identifies similar workflows, and highlights unique steps. Higher scores indicate more novel 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: 1/1/2026, 8:18: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);

Parameters

Available configuration options

Auto-extracted
workflow
Required
Type: object

The workflow to analyze for novelty

existingWorkflows
Required
Type: array

Array of existing workflows to compare against

Schema extracted: 1/1/2026, 8:17:59 AM

README

ERROR: No README data found!

Statistics

Downloads/month

39

Quality Score

78%

Bundle Size

NPM Keywords

tpmjs
agent
ai
workflow
analysis

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai