Home/Tools/@tpmjs/tools-interview-questions

interviewQuestionsTool

@tpmjs/tools-interview-questions

Generates behavioral (STAR format) and technical interview questions for specific roles. Ensures legal compliance by avoiding protected characteristic questions.

Official
hr
v0.1.0
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
Skills array must contain at least one skill

Last checked: 3/1/2026, 4:25:50 AM

Interactive Playground

Test @tpmjs/tools-interview-questions (interviewQuestionsTool) 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-interview-questions
pnpm add @tpmjs/tools-interview-questions
yarn add @tpmjs/tools-interview-questions
bun add @tpmjs/tools-interview-questions
deno add npm:@tpmjs/tools-interview-questions

2. Import the tool

import { interviewQuestionsTool } from '@tpmjs/tools-interview-questions';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { interviewQuestionsTool } from '@tpmjs/tools-interview-questions';

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

console.log(result.text);

Signature

(role: string, skills: string[], level?: string) => Promise<unknown>

Tags

ai
behavioral
ensures
format
generates
hiring
hr
interview
questions
recruiting
roles
specific
star
technical
tpmjs

Parameters

Available configuration options

Auto-extracted
role
Required
Type: string

Role being interviewed for (e.g., "Software Engineer", "Product Manager")

skills
Required
Type: array

Key skills to assess in the interview

level
Optional
Type: string

Seniority level (junior, mid-level, senior, staff, executive)

Schema extracted: 3/1/2026, 4:25:50 AM

README

ERROR: No README data found!

Statistics

Downloads/month

6

GitHub Stars

0

Quality Score

73%

Bundle Size

NPM Keywords

tpmjs
hr
ai
interview
recruiting
hiring
questions

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
interviewQuestionsTool | TPMJS | TPMJS