Create tool
Creates a Tool that can be added to an EVI configuration.
Refer to our tool use guide for comprehensive instructions on defining and integrating tools into EVI.
Headers
Request
Stringified JSON defining the parameters used by this version of the Tool.
These parameters define the inputs needed for the Tool’s execution, including the expected data type and description for each input field. Structured as a stringified JSON schema, this format ensures the Tool receives data in the expected format.
Response
Type of Tool. Either BUILTIN
for natively implemented tools, like web search, or FUNCTION
for user-defined tools.
Versioning method for a Tool. Either FIXED
for using a fixed version number or LATEST
for auto-updating to the latest version.
Stringified JSON defining the parameters used by this version of the Tool.
These parameters define the inputs needed for the Tool’s execution, including the expected data type and description for each input field. Structured as a stringified JSON schema, this format ensures the tool receives data in the expected format.