Home/Tools/@tpmjs/tools-meeting-minutes-format

meetingMinutesFormatTool

@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.

Official
documentation
v0.2.0
MIT

Interactive Playground

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

2. Import the tool

import { meetingMinutesFormatTool } from '@tpmjs/tools-meeting-minutes-format';

3. Use with AI SDK

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);

Parameters

Available configuration options

Auto-extracted
title
Required
Type: string

The title of the meeting

date
Required
Type: string

The date of the meeting (any format)

attendees
Required
Type: array

List of attendee names

items
Required
Type: array

Meeting agenda items with discussion and optional actions

Schema extracted: 1/1/2026, 8:18:14 AM

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

0%

Bundle Size

NPM Keywords

tpmjs
documentation
ai
meeting-minutes
markdown

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
meetingMinutesFormatTool | TPMJS | TPMJS