{
  "status": "contract_only",
  "liveRemoteMcp": false,
  "name": "estimate_drone_survey",
  "title": "Estimate BlueCap drone survey",
  "description": "Estimate drone magnetic survey cost, LiDAR survey cost, flight line-km, airborne geophysics schedule and international drone survey mobilisation.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "area",
      "areaUnit",
      "lineSpacingMetres",
      "parallelDrones",
      "missionRegion",
      "displayCurrency"
    ],
    "properties": {
      "area": {
        "type": "number",
        "exclusiveMinimum": 0
      },
      "areaUnit": {
        "type": "string",
        "enum": [
          "km2",
          "ha"
        ]
      },
      "lineSpacingMetres": {
        "type": "integer",
        "enum": [
          25,
          50,
          100,
          180
        ]
      },
      "parallelDrones": {
        "type": "integer",
        "enum": [
          1,
          2,
          3
        ]
      },
      "missionRegion": {
        "type": "string",
        "enum": [
          "australia",
          "international"
        ]
      },
      "displayCurrency": {
        "type": "string",
        "enum": [
          "AUD",
          "USD",
          "CAD",
          "EUR",
          "CNY"
        ]
      }
    }
  },
  "invocation": {
    "method": "POST",
    "url": "https://bluecap.au/api/tools/survey-estimate",
    "openApi": "https://bluecap.au/openapi.json"
  },
  "qualification": "Indicative estimate only; final scope and pricing require BlueCap review."
}