search-storageAnswer
Search for self-storage units by city, state, or zip code
View tool JSON
{
"name": "search-storage",
"kind": "answer",
"impl": "imperative",
"description": "Search for self-storage units by city, state, or zip code",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The city, state, or zip code to search for"
}
},
"required": [
"query"
]
}
}