Home/Tools/@tpmjs/tools-job-description-draft

jobDescriptionDraftTool

@tpmjs/tools-job-description-draft

Generates professional job descriptions from role requirements including responsibilities, qualifications, and benefits. Uses inclusive, bias-free language and follows industry best practices.

Official
hr
v0.1.0
MIT

Interactive Playground

Test @tpmjs/tools-job-description-draft (jobDescriptionDraftTool) 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-job-description-draft
pnpm add @tpmjs/tools-job-description-draft
yarn add @tpmjs/tools-job-description-draft
bun add @tpmjs/tools-job-description-draft
deno add npm:@tpmjs/tools-job-description-draft

2. Import the tool

import { jobDescriptionDraftTool } from '@tpmjs/tools-job-description-draft';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { jobDescriptionDraftTool } from '@tpmjs/tools-job-description-draft';

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

console.log(result.text);

Signature

(title: string, requirements: { requiredSkills: string[]; experienceYears: number; preferredSkills: string[]; responsibilities: string[] }, companyInfo?: { name: string; culture: string; benefits: string[]; description: string }) => Promise<unknown>

Tags

ai
benefits
description
descriptions
draft
generates
hiring
hr
including
job
job-description
professional
qualifications
recruiting
requirements
responsibilities
role
tpmjs

Parameters

Available configuration options

Auto-extracted
title
Required
Type: string

Job title (e.g., "Senior Software Engineer", "Product Manager")

requirements
Required
Type: object

Role requirements and expectations

companyInfo
Optional
Type: object

Optional company details for context

Schema extracted: 3/1/2026, 4:27:22 AM

README

ERROR: No README data found!

Statistics

Downloads/month

10

GitHub Stars

0

Quality Score

74%

Bundle Size

NPM Keywords

tpmjs
hr
ai
job-description
recruiting
hiring

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
jobDescriptionDraftTool | TPMJS | TPMJS