@tpmjs/tools-meeting-minutes-format
Formats meeting minutes from structured input into professional markdown. Takes a meeting title, date, list of attendees, and discussion items with optional action items. Returns formatted minutes in markdown, extracted action items, and attendee count.
Test @tpmjs/tools-meeting-minutes-format (meetingMinutesFormatTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-meeting-minutes-formatpnpm add @tpmjs/tools-meeting-minutes-formatyarn add @tpmjs/tools-meeting-minutes-formatbun add @tpmjs/tools-meeting-minutes-formatdeno add npm:@tpmjs/tools-meeting-minutes-formatimport { meetingMinutesFormatTool } from '@tpmjs/tools-meeting-minutes-format';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { meetingMinutesFormatTool } from '@tpmjs/tools-meeting-minutes-format';
const result = await generateText({
model: openai('gpt-4o'),
tools: { meetingMinutesFormatTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
titlestringThe title of the meeting
datestringThe date of the meeting (any format)
attendeesarrayList of attendee names
itemsarrayMeeting agenda items with discussion and optional actions
Schema extracted: 1/1/2026, 8:18:14 AM
ERROR: No README data found!
Downloads/month
0
Quality Score