← Back to all apps
C

Cazoo

Shoppingby Motors.co.uk Limited
Launched Apr 14, 2026 on ChatGPT

Browse 250k+ used cars from 5,000+ trusted UK dealers. Search by make, model, budget, mileage, fuel type, or features, and get tailored help finding the right one faster.

2ChatGPT Tools
Motors.co.uk LimitedDeveloper
ShoppingCategory

Available Tools

Search Car and Van Inventory

search_car_and_van_inventory
Full Description

Search the Azure AI Search cars and vans index for matching vehicles. Filterable fields: vehicle/vehicleSpecification/make (e.g. 'BMW','Ford','Audi'), vehicle/vehicleSpecification/model, vehicle/vehicleSpecification/transmissionType ('Automatic','Manual'), vehicle/vehicleSpecification/fuelType ('Petrol','Diesel','Electric','Hybrid'), vehicle/vehicleSpecification/colour, vehicle/vehicleSpecification/bodyStyle ('Hatchback','SUV','Saloon','Estate','Coupe','Convertible','People Carrier','MPV','Pick-up'), vehicle/pricing/price (number), vehicle/mileage (number), vehicle/registrationDate (date). Use OData filter syntax for precise results. QUERY EXPANSION: For vague or colour-only queries (e.g. 'red car', 'family car'), run a broad first search. If results are sparse (<3), call the tool again with common UK makes added to the query: Ford, Volkswagen, Vauxhall, BMW, Audi, Toyota, Nissan, Kia, Hyundai, Mercedes-Benz, Honda, Renault. Body style mappings: 'family car' → SUV/Estate, 'city car' → Hatchback, 'sports car' → Coupe/Convertible. Colour filtering: use vehicle/vehicleSpecification/colour eq 'Grey' (title-cased British English: Grey not Gray, Silver not Aluminium). Also include colour in free-text query for ranking. DEFAULT PRICE FLOOR: unless the user specifies a price, always add vehicle/pricing/price ge 1500 to exclude low-value salvage or non-runner stock. For richer search strategy, load the 'vehicle_search_guidance' prompt.

Parameters (1 required, 4 optional)
Required
querystring

Search query for car and van inventory, specs, or models

Optional
filterstring

OData filter expression. Examples: vehicle/vehicleSpecification/make eq 'BMW', vehicle/pricing/price le 15000, vehicle/vehicleSpecification/transmissionType eq 'Automatic' and vehicle/vehicleSpecification/bodyStyle eq 'SUV', vehicle/mileage le 50000

orderbystring

Sort order. Comma-separated list of: price asc, price desc, mileage asc, mileage desc, registrationDate asc, registrationDate desc, engineSize asc, engineSize desc, createdTime desc, distance asc (requires postcode/place in query). Example: 'price asc' or 'mileage asc, price desc'

selectarray

Optional fields to include in result documents, e.g. ['id','vehicle/vehicleSpecification/make','vehicle/pricing/price']

topinteger

Maximum number of results to return (1-20)

Search Motorbike Inventory

search_motorbike_inventory
Full Description

Search the Azure AI Search motorbike index for matching bikes. Filterable fields: vehicle/vehicleSpecification/make (e.g. 'Honda','Yamaha','Kawasaki'), vehicle/vehicleSpecification/model, vehicle/vehicleSpecification/transmissionType, vehicle/vehicleSpecification/fuelType ('Petrol','Electric'), vehicle/vehicleSpecification/colour, vehicle/vehicleSpecification/bodyStyle, vehicle/pricing/price (number), vehicle/mileage (number), vehicle/registrationDate (date). Use OData filter syntax for precise results. QUERY EXPANSION: For vague queries (e.g. 'beginner bike', 'adventure bike'), run a broad first search. If results are sparse (<3), call the tool again with common UK makes in the query: Honda, Yamaha, Kawasaki, Suzuki, BMW, KTM, Triumph, Ducati, Royal Enfield, Aprilia. Category mappings: 'beginner/learner' → 125cc models, 'adventure' → GS/Africa Twin/KTM Adventure, 'commuter' → CB500/MT-07, 'sports/superbike' → R-series/ZX/Panigale. Colour filtering: use vehicle/vehicleSpecification/colour eq 'Grey' (title-cased British English: Grey not Gray, Silver not Aluminium). Also include colour in free-text query for ranking. DEFAULT PRICE FLOOR: unless the user specifies a price, always add vehicle/pricing/price ge 1500 to exclude low-value salvage or non-runner stock. For richer search strategy, load the 'vehicle_search_guidance' prompt.

Parameters (1 required, 4 optional)
Required
querystring

Search query for motorbike inventory, specs, or models

Optional
filterstring

OData filter expression. Examples: vehicle/vehicleSpecification/make eq 'Honda', vehicle/pricing/price le 8000, vehicle/mileage le 20000

orderbystring

Sort order. Comma-separated list of: price asc, price desc, mileage asc, mileage desc, registrationDate asc, registrationDate desc, engineSize asc, engineSize desc, createdTime desc, distance asc (requires postcode/place in query). Example: 'price asc' or 'mileage asc, price desc'

selectarray

Optional fields to include in result documents, e.g. ['id','vehicle/vehicleSpecification/make','vehicle/pricing/price']

topinteger

Maximum number of results to return (1-20)