Home/Tools/@tpmjs/tools-syllabus-format

syllabusFormatTool

@tpmjs/tools-syllabus-format

Format a comprehensive course syllabus with course information, learning outcomes, weekly schedule, and policies. Generates professional syllabus documents for educational courses.

Official
edu
v0.1.0
MIT

Interactive Playground

Test @tpmjs/tools-syllabus-format (syllabusFormatTool) 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-syllabus-format
pnpm add @tpmjs/tools-syllabus-format
yarn add @tpmjs/tools-syllabus-format
bun add @tpmjs/tools-syllabus-format
deno add npm:@tpmjs/tools-syllabus-format

2. Import the tool

import { syllabusFormatTool } from '@tpmjs/tools-syllabus-format';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { syllabusFormatTool } from '@tpmjs/tools-syllabus-format';

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

console.log(result.text);

Signature

(schedule: { week: number; topic: string; dueDate: string; readings: string; assignments: string }[], courseInfo: { email: string; credits: number; semester: string; courseCode: string; courseName: string }, policies?: { grading: string; lateWork: string; attendance: string; accessibility: string; academicIntegrity: string }) => Promise<unknown>

Tags

ai
comprehensive
course
edu
education
format
information
learning
outcomes
schedule
syllabus
teaching
tpmjs
weekly

Parameters

Available configuration options

Auto-extracted
courseInfo
Required
Type: object

Course details including name, code, semester, instructor

schedule
Required
Type: array

Weekly schedule with topics, readings, and assignments

policies
Optional
Type: object

Course policies (optional, defaults provided)

Schema extracted: 3/1/2026, 4:27:46 AM

README

ERROR: No README data found!

Statistics

Downloads/month

5

GitHub Stars

0

Quality Score

72%

Bundle Size

NPM Keywords

tpmjs
edu
ai
syllabus
course
education
teaching

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai