Home/Tools/@tpmjs/tools-progress-report-draft

progressReportDraftTool

@tpmjs/tools-progress-report-draft

Draft a comprehensive student progress report from grades and teacher observations

Official
edu
v0.1.0
MIT

Interactive Playground

Test @tpmjs/tools-progress-report-draft (progressReportDraftTool) 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-progress-report-draft
pnpm add @tpmjs/tools-progress-report-draft
yarn add @tpmjs/tools-progress-report-draft
bun add @tpmjs/tools-progress-report-draft
deno add npm:@tpmjs/tools-progress-report-draft

2. Import the tool

import { progressReportDraftTool } from '@tpmjs/tools-progress-report-draft';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { progressReportDraftTool } from '@tpmjs/tools-progress-report-draft';

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

console.log(result.text);

Signature

(student: { name: string; grades: { grade: unknown; subject: string; comments: string }[]; gradeLevel: string; reportingPeriod: string }, observations: string[]) => Promise<unknown>

Tags

ai
comprehensive
draft
edu
education
grades
grading
observations
progress
progress-report
report
student
teacher
tpmjs

Parameters

Available configuration options

Auto-extracted
student
Required
Type: object

Student information and grades

observations
Required
Type: array

Teacher observation notes about student behavior and engagement

Schema extracted: 3/1/2026, 4:29:13 AM

README

ERROR: No README data found!

Statistics

Downloads/month

8

GitHub Stars

0

Quality Score

73%

Bundle Size

NPM Keywords

tpmjs
edu
ai
progress-report
student
education
grading

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai