validate_tool_chain
Validates tool chains by checking for circular dependencies, tool availability, and parameter compatibility to ensure correctness and identify issues.
Instructions
Validate tool chains for correctness, dependencies, and potential issues. Checks for circular dependencies, tool availability, and parameter compatibility
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolChain | Yes | Array of tool chain steps with server name, tool name, parameters, and dependencies | |
| checkToolAvailability | No | Whether to verify tools exist on their servers | |
| checkCircularDependencies | No | Whether to check for circular dependencies | |
| checkParameterCompatibility | No | Whether to check parameter compatibility |