tool_chain_orchestrator
Analyze user requests to generate structured, dynamic tool execution plans for efficient AI-powered sequencing.
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 |