Create a new tool for agent
API Key Authentication. It should be included in the header of each request.
Name of the tool - must be less than 64 characters and contain only alphanumerics, underscores, and hyphens
255Description of the mock tool. Example: "This tool retrieves user data from the database based on user ID"
Information of the tool - must be a list of input-output mappings. Example:
[
{
"input": {"user_id": 1},
"output": {"name": "John Doe", "age": 30, "email": "[email protected]"}
},
{
"input": {"user_id": 2},
"output": {"name": "Jane Smith", "age": 25, "email": "[email protected]"}
}
]Name of the tool - must be less than 64 characters and contain only alphanumerics, underscores, and hyphens
255Description of the mock tool. Example: "This tool retrieves user data from the database based on user ID"
Information of the tool - must be a list of input-output mappings. Example:
[
{
"input": {"user_id": 1},
"output": {"name": "John Doe", "age": 30, "email": "[email protected]"}
},
{
"input": {"user_id": 2},
"output": {"name": "Jane Smith", "age": 25, "email": "[email protected]"}
}
]