A collection of test tools for development purposes
weather
Get the current weather for a given location.
{
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The location to get the weather for, e.g., 'New York, NY'."
}
},
"required": [
"location"
]
}