tool_chain_orchestrator
Analyze user requests to generate structured tool execution plans for MCP servers, orchestrating available tools based on specified execution modes and constraints.
Instructions
AI-powered dynamic tool sequencing - intelligently analyze user requests and generate structured tool execution plans
Input Schema
TableJSON 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 |