@tpmjs/official-nda-template-draft
Generates NDA template with customizable terms for mutual or unilateral agreements
Type must be either "mutual" or "unilateral"
Last checked: 2/28/2026, 4:02:00 AM
Test @tpmjs/official-nda-template-draft (ndaTemplateDraftTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/official-nda-template-draftpnpm add @tpmjs/official-nda-template-draftyarn add @tpmjs/official-nda-template-draftbun add @tpmjs/official-nda-template-draftdeno add npm:@tpmjs/official-nda-template-draftimport { ndaTemplateDraftTool } from '@tpmjs/official-nda-template-draft';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { ndaTemplateDraftTool } from '@tpmjs/official-nda-template-draft';
const result = await generateText({
model: openai('gpt-4o'),
tools: { ndaTemplateDraftTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(type: string, receivingParty: string, disclosingParty: string, term?: number) => Promise<unknown>Available configuration options
typestringNDA type (mutual or unilateral)
disclosingPartystringDisclosing party name
receivingPartystringReceiving party name
termnumberTerm in years (default: 2)
Schema extracted: 2/28/2026, 4:02:00 AM
ERROR: No README data found!
Downloads/month
27
GitHub Stars
0
Quality Score