Add Composio Tool
Add a new Composio tool by action name (Composio refers to each tool as an Action
)
Headers
Path Parameters
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 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.