@tpmjs/tools-rubric-create
Create a grading rubric with performance criteria, levels, and point values
Criteria array must contain at least one criterion
Last checked: 2/20/2026, 4:22:25 AM
Test @tpmjs/tools-rubric-create (rubricCreateTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-rubric-createpnpm add @tpmjs/tools-rubric-createyarn add @tpmjs/tools-rubric-createbun add @tpmjs/tools-rubric-createdeno add npm:@tpmjs/tools-rubric-createimport { rubricCreateTool } from '@tpmjs/tools-rubric-create';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { rubricCreateTool } from '@tpmjs/tools-rubric-create';
const result = await generateText({
model: openai('gpt-4o'),
tools: { rubricCreateTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(criteria: string[], assignment: string, totalPoints: number) => Promise<unknown>Available configuration options
assignmentstringThe assignment or task being evaluated
criteriaarrayArray of criteria to evaluate
totalPointsnumberTotal possible points for the assignment
Schema extracted: 2/20/2026, 4:22:25 AM
ERROR: No README data found!
Downloads/month
5
GitHub Stars
0
Quality Score