New Client Tool Request

Headers

AuthorizationstringRequired

Basic authentication of the form Basic <username:password>.

Request

The details of the tool request
tool_call_idstringRequired
a unique identifier for the tool request.
namestringRequired
The unique name of the client tool being requested
argsobjectOptional

Object containing key/value pairs of the parameters specified in the client tool

Response

Your callback should return this HTTP status code in all cases.
resultobject
contains data to be retrurned to the LLM, can contain either a string or an object.