Input type for describe_tool
| 10 | |
| 11 | /** Input type for describe_tool */ |
| 12 | interface DescribeToolInput { |
| 13 | toolName: string; |
| 14 | } |
| 15 | |
| 16 | /** Input type for execute_tool */ |
| 17 | interface ExecuteToolInput { |
nothing calls this directly
no outgoing calls
no test coverage detected