Modify Tool
Update an existing tool
Path parameters
Headers
Header authentication of the form Bearer <token>
Request
The description of the tool.
The source code of the function.
The type of the source code.
The JSON schema of the function (auto-generated from source_code if not provided)
The args JSON schema of the function.
The maximum number of characters in the response.
Response
Successful Response
The human-friendly ID of the Tool
The type of the tool.
The description of the tool.
The type of the source code.
The name of the function.
The source code of the function.
The JSON schema of the function.
The args JSON schema of the function.
The maximum number of characters in the response.
The id of the user that made this Tool.
The id of the user that made this Tool.
A dictionary of additional metadata for the tool.