@tpmjs/tools-interview-questions
Generates behavioral (STAR format) and technical interview questions for specific roles. Ensures legal compliance by avoiding protected characteristic questions.
Skills array must contain at least one skill
Last checked: 3/1/2026, 4:25:50 AM
Test @tpmjs/tools-interview-questions (interviewQuestionsTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-interview-questionspnpm add @tpmjs/tools-interview-questionsyarn add @tpmjs/tools-interview-questionsbun add @tpmjs/tools-interview-questionsdeno add npm:@tpmjs/tools-interview-questionsimport { interviewQuestionsTool } from '@tpmjs/tools-interview-questions';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);(role: string, skills: string[], level?: string) => Promise<unknown>Available configuration options
rolestringRole being interviewed for (e.g., "Software Engineer", "Product Manager")
skillsarrayKey skills to assess in the interview
levelstringSeniority level (junior, mid-level, senior, staff, executive)
Schema extracted: 3/1/2026, 4:25:50 AM
ERROR: No README data found!
Downloads/month
6
GitHub Stars
0
Quality Score