← WebMCP Directory

Tool tree

securespace.com

Commerce
https://securespace.com/
Self-storage locations and unit search
Explore capabilities

Tools verified

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"
    ]
  }
}