createHttpTool
function createHttpTool(config): Tool<unknown, HttpToolResult>;Create a tool that makes HTTP requests based on config. The tool will substitute path params, build query/body, and execute the request.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”Tool<unknown, HttpToolResult>