Update Tool
Update an existing tool
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
The description of the tool.
The name of the function.
Metadata tags.
The source code of the function.
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)
Response
Representation of a tool, which is a function that can be called by the agent.
Parameters: id (str): The unique identifier of the tool. name (str): The name of the function. tags (List[str]): Metadata tags. source_code (str): The source code of the function. json_schema (Dict): The JSON schema of the function.
The source code of the function.
The human-friendly ID of the Tool
The description of the tool.
The type of the source code.
The module of the function.
The unique identifier of the organization associated with the tool.
The name of the function.
Metadata tags.
The JSON schema of the function.
The id of the user that made this Tool.
The id of the user that made this Tool.