Home/Tools/@tpmjs/tools-claim-checklist

claimChecklistTool

@tpmjs/tools-claim-checklist

Extract checkable factual claims from text, identify which ones need citations, and suggest what evidence would support each claim. Useful for fact-checking and improving content credibility.

Official
research
v0.3.0
MIT

Interactive Playground

Test @tpmjs/tools-claim-checklist (claimChecklistTool) 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-claim-checklist
pnpm add @tpmjs/tools-claim-checklist
yarn add @tpmjs/tools-claim-checklist
bun add @tpmjs/tools-claim-checklist
deno add npm:@tpmjs/tools-claim-checklist

2. Import the tool

import { claimChecklistTool } from '@tpmjs/tools-claim-checklist';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { claimChecklistTool } from '@tpmjs/tools-claim-checklist';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { claimChecklistTool },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Parameters

Available configuration options

Auto-extracted
text
Required
Type: string

The text to analyze for factual claims

Schema extracted: 1/1/2026, 1:05:22 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

67%

Bundle Size

NPM Keywords

tpmjs
research
ai
claims
fact-checking
citations

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai