tool_chain_orchestrator
Analyze user requests and generate structured tool execution plans by intelligently sequencing available MCP tools. Plan, execute, or validate multi-step workflows.
Instructions
AI-powered dynamic tool sequencing - intelligently analyze user requests and generate structured tool execution plans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userRequest | Yes | User request to analyze and create tool execution plan for | |
| availableTools | No | List of available MCP tools to orchestrate | |
| executionMode | No | Orchestration mode | plan_only |
| maxSteps | No | Maximum number of steps in the execution plan | |
| allowParallel | No | Allow parallel execution of independent steps | |
| contextHints | No | Additional context hints for better plan generation |