create_mission
Create a drone mission manually with custom waypoints. Choose from waypoint, grid, orbit, spiral, panorama, or corridor types to define flight paths and actions.
Instructions
Create a new drone mission manually with custom waypoints. Supported types: waypoint, grid, orbit, spiral, panorama, corridor. For automated survey generation with optimal waypoint placement, use generate_grid_survey, generate_orbit_mission, or other generate_* tools instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Mission name | |
| type | Yes | Mission type | |
| waypoints | No | Array of waypoints | |
| drone_profile_id | No | UUID of drone profile to associate | |
| tags | No | Tags for the mission |