Tool tree
Vehicle transport and car hauling services
search_shipping_routesAnswer
Search CRC Transport car shipping route information by origin and destination state.
View tool JSON
{
"name": "search_shipping_routes",
"kind": "answer",
"impl": "imperative",
"description": "Search CRC Transport car shipping route information by origin and destination state.",
"inputSchema": {
"type": "object",
"properties": {
"origin_state": {
"type": "string",
"description": "Two-letter US pickup state code, for example CA"
},
"destination_state": {
"type": "string",
"description": "Two-letter US delivery state code, for example FL"
}
},
"required": [
"origin_state",
"destination_state"
]
}
}get_shipping_quote_infoAnswer
Provide the URL and required details for requesting a CRC Transport car shipping quote.
View tool JSON
{
"name": "get_shipping_quote_info",
"kind": "answer",
"impl": "imperative",
"description": "Provide the URL and required details for requesting a CRC Transport car shipping quote.",
"inputSchema": {
"type": "object",
"properties": {
"origin_state": {
"type": "string"
},
"destination_state": {
"type": "string"
},
"vehicle_type": {
"type": "string",
"description": "Vehicle type such as car, SUV, pickup, motorcycle"
}
},
"required": [
"origin_state",
"destination_state"
]
}
}