List robot mowers
list_robot_mowersList and filter the robot lawn mowers in the BestRobotMower.co dataset by brand, navigation type, price, lawn-area coverage, slope handling and score. Returns models ranked by the 0-5 BestRobotMower Score (highest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Filter by brand, case-insensitive substring (e.g. 'Mammotion', 'Segway', 'Husqvarna'). | |
| limit | No | Max models to return (default 10, max 23). | |
| min_score | No | Only models with a BestRobotMower Score at or above this value (0-5). | |
| navigation | No | Filter by navigation type, case-insensitive substring (e.g. 'RTK', 'satellite', 'vision', 'wire'). | |
| max_price_usd | No | Only models at or below this USD price. | |
| min_slope_pct | No | Only models rated for at least this slope, in percent grade. | |
| min_lawn_area_m2 | No | Only models that cover at least this lawn area in square metres. |