Tools
/tools/{toolId}
Patch a tool.
PATCH
Documentation Index
Fetch the complete documentation index at: https://docs.rapidagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Params
A valid
tool id.Body
The name of the tool.
The description of the tool
The type of tool, valid options
SEARCH, WOLFRAM_ALPHA, REPLICATE, ZAPIER_NLA, AGENT or OPENAPI.Any other configuration needed for the tool as an JSON object.
Response
Indicates whether the call was successful.
A
tool object.