@tpmjs/tools-tool-selection-plan
Analyzes a task description and available tools to create an execution plan. Recommends which tools to use, in what order, and with what confidence level. Useful for automated workflow planning and tool orchestration.
Test @tpmjs/tools-tool-selection-plan (toolSelectionPlanTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-tool-selection-planpnpm add @tpmjs/tools-tool-selection-planyarn add @tpmjs/tools-tool-selection-planbun add @tpmjs/tools-tool-selection-plandeno add npm:@tpmjs/tools-tool-selection-planimport { toolSelectionPlanTool } from '@tpmjs/tools-tool-selection-plan';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { toolSelectionPlanTool } from '@tpmjs/tools-tool-selection-plan';
const result = await generateText({
model: openai('gpt-4o'),
tools: { toolSelectionPlanTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
taskstringDescription of the task to accomplish
availableToolsarrayArray of available tools with name and description
Schema extracted: 1/1/2026, 8:17:48 AM
ERROR: No README data found!
Downloads/month
0
Quality Score