tool_chain_orchestrator
Analyzes user requests and generates structured tool execution plans, orchestrating available MCP tools with support for parallel steps and configurable execution modes.
Instructions
AI-powered dynamic tool sequencing - intelligently analyze user requests and generate structured tool execution plans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxSteps | No | Maximum number of steps in the execution plan | |
| userRequest | Yes | User request to analyze and create tool execution plan for | |
| contextHints | No | Additional context hints for better plan generation | |
| allowParallel | No | Allow parallel execution of independent steps | |
| executionMode | No | Orchestration mode | plan_only |
| availableTools | No | List of available MCP tools to orchestrate |