Tools
/tools/{toolId}
Patch a tool.
PATCH
Params
string
required
A valid
tool id.Body
string
The name of the tool.
string
The description of the tool
object
The type of tool, valid options
SEARCH, WOLFRAM_ALPHA, REPLICATE, ZAPIER_NLA, AGENT or OPENAPI.object
Any other configuration needed for the tool as an JSON object.
Response
boolean
Indicates whether the call was successful.
object
A
tool object.