
ToolBartender
Converts natural language goals into structured, executable plans with step-by-step instructions and tool usage. Validates plans against available tools and generates execution prompts for AI agents.
170 viewsRemote
What it does
- Parse natural language goals to extract intents and parameters
- Generate step-by-step execution plans with tool sequences
- Validate plans against available tool sets
- Create execution prompts with safety rules and error handling
- Explain plans in Korean with usage guidance
Best for
AI agent developers building goal-oriented systemsWorkflow automation with multi-step processesPlanning systems that need tool orchestration
Korean language supportBuilt-in plan validationSafety-focused execution prompts
Tools (5)
tb_parse_goal
자연어 goal에서 intent/slot(출발/도착/시간/날짜 등)을 추출합니다. (PlayMCP 친화: goal 문자열 1개 입력)
tb_plan_create
자연어 goal에서 실행 순서와 도구 호출 단계를 포함한 plan(JSON)을 생성합니다. available_tools를 제공하면 해당 도구만 사용하도록 제한합니다(엄격 모드).
tb_plan_validate
생성된 plan이 현재 available_tools로 실행 가능한지 검증합니다. available_tools가 비어 있으면 plan.steps에 포함된 도구 전체를 missing으로 반환합니다.
tb_plan_render_prompt
실행 에이전트/LLM이 plan을 안전하게 실행하도록 실행용 프롬프트를 생성합니다. 도구 사용 규칙, 실행 순서, 오류 대응, 사용자 확인 게이트를 포함합니다.
tb_plan_explain
plan을 사용자에게 한국어로 설명합니다: 어떤 도구를 왜 사용하는지, 필요한 확인 사항은 무엇인지 안내합니다.