Home/Tools/@tpmjs/tools-lesson-plan-outline

lessonPlanOutlineTool

@tpmjs/tools-lesson-plan-outline

Generates lesson plan outlines with objectives, activities, and assessments

Official
edu
v0.1.0
MIT
⚠️

This tool is currently broken

Execution Failed
Runtime error with test parameters
Duration must be between 15 and 240 minutes

Last checked: 3/1/2026, 4:26:11 AM

Interactive Playground

Test @tpmjs/tools-lesson-plan-outline (lessonPlanOutlineTool) 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-lesson-plan-outline
pnpm add @tpmjs/tools-lesson-plan-outline
yarn add @tpmjs/tools-lesson-plan-outline
bun add @tpmjs/tools-lesson-plan-outline
deno add npm:@tpmjs/tools-lesson-plan-outline

2. Import the tool

import { lessonPlanOutlineTool } from '@tpmjs/tools-lesson-plan-outline';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { lessonPlanOutlineTool } from '@tpmjs/tools-lesson-plan-outline';

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

console.log(result.text);

Signature

(topic: string, duration: number, gradeLevel: string) => Promise<unknown>

Tags

activities
ai
assessments
curriculum
edu
education
generates
lesson
lesson-plan
objectives
outline
outlines
plan
teaching
tpmjs

Parameters

Available configuration options

Auto-extracted
topic
Required
Type: string

The lesson topic or subject matter

duration
Required
Type: number

Lesson duration in minutes

gradeLevel
Required
Type: string

Target grade level (e.g., 'K-2', '3-5', '6-8', '9-12')

Schema extracted: 3/1/2026, 4:26:11 AM

README

ERROR: No README data found!

Statistics

Downloads/month

10

GitHub Stars

0

Quality Score

74%

Bundle Size

NPM Keywords

tpmjs
education
ai
lesson-plan
teaching
curriculum

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai