Home/Tools/@tpmjs/tools-proposal-outline

proposalOutlineTool

@tpmjs/tools-proposal-outline

Generate structured sales proposal outlines from opportunity details and customer requirements

Official
sales
v0.1.0
MIT
⚠️

This tool is currently broken

Import Failed
Cannot load from Railway service
Tool "proposalOutlineTool" has no valid inputSchema. Tools must use AI SDK jsonSchema(), Zod v4 (._zod), or Zod v3 (._def) schemas.

Last checked: 3/1/2026, 4:25:52 AM

Interactive Playground

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

2. Import the tool

import { proposalOutlineTool } from '@tpmjs/tools-proposal-outline';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { proposalOutlineTool } from '@tpmjs/tools-proposal-outline';

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

console.log(result.text);

Parameters

Available configuration options

Author-provided
opportunity
Required
Type: object

Opportunity details including customer, requirements, budget

template
Optional
Type: string

Optional proposal template type

Try to auto-extract schema from the package

README

ERROR: No README data found!

Statistics

Downloads/month

4

GitHub Stars

0

Quality Score

72%

Bundle Size

NPM Keywords

tpmjs
sales
proposal
rfp

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai