Tools
Add A New Tool
Add a new tool to the specified team.
POST
Path Parameters
The resourceSlug is a URL parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId.
Body
tool.json
JSON body containing the tool object with at least the required fields. Do not include an '_id', as this will be automatically generated.
Represents a tool within the system, including its configuration, state, and associated retrievers.
Response
302
dynamicResponse
Successful operation, redirect to '/{resourceSlug}/tools'.
Server response after successsfully adding a new object