Home/Tools/@tpmjs/tools-trademark-check

trademarkCheckTool

@tpmjs/tools-trademark-check

Performs preliminary trademark conflict check using phonetic, visual, and conceptual similarity analysis

Official
legal
v0.1.0
MIT

Interactive Playground

Test @tpmjs/tools-trademark-check (trademarkCheckTool) 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-trademark-check
pnpm add @tpmjs/tools-trademark-check
yarn add @tpmjs/tools-trademark-check
bun add @tpmjs/tools-trademark-check
deno add npm:@tpmjs/tools-trademark-check

2. Import the tool

import { trademarkCheckTool } from '@tpmjs/tools-trademark-check';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { trademarkCheckTool } from '@tpmjs/tools-trademark-check';

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

console.log(result.text);

Signature

(industry: string, proposedName: string, description?: string) => Promise<unknown>

Tags

analysis
branding
check
conceptual
conflict
intellectual-property
legal
performs
phonetic
preliminary
similarity
tpmjs
trademark
visual

Parameters

Available configuration options

Auto-extracted
proposedName
Required
Type: string

Proposed name to check

industry
Required
Type: string

Industry/class for the mark

Schema extracted: 3/1/2026, 4:29:33 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

0%

Bundle Size

NPM Keywords

tpmjs
trademark
legal
intellectual-property
branding

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai