create_drone
Create a new drone profile by specifying manufacturer and model. Optionally add camera specs and flight characteristics to enable linked mission flight time and coverage estimates.
Instructions
Create a new drone profile with manufacturer and model information. Optionally include camera specs and flight characteristics. Created profiles can be linked to missions for flight time and coverage estimates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Manufacturer (e.g., DJI, Autel, Skydio) | |
| model | Yes | Model name (e.g., Mavic 3, EVO II) | |
| nickname | No | Custom name for this drone | |
| serial_number | No | Drone serial number for identification | |
| camera_model | No | Camera model name (e.g., Hasselblad L2D-20c) | |
| camera_fov_h | No | Horizontal field of view in degrees | |
| camera_fov_v | No | Vertical field of view in degrees | |
| camera_mp | No | Camera megapixels | |
| max_flight_time_min | No | Max flight time in minutes | |
| max_speed_mph | No | Max speed in mph | |
| default_altitude_ft | No | Default flight altitude in feet |