Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apursley2012/rescue-retriever/llms.txt

Use this file to discover all available pages before exploring further.

Mountain and wilderness rescue dogs are built for extreme environments where other search methods fail. They navigate challenging topographies — steep alpine terrain, dense forest, deep snowpack — while tracking human scent across long distances under demanding physical conditions. Their high drive, physical stamina, and cold-weather resilience make them indispensable for lost-hiker searches, avalanche recovery, and extended backcountry operations. These dogs typically deploy in handler-dog teams with dedicated support crews and operate across far wider search areas than any ground team working alone.

Qualifying Criteria

An animal must satisfy all three of the following criteria to receive a qualifies: true result for the Mountain Rescue program.
CriterionRequired Value
BreedsGerman Shepherd, Alaskan Malamute, Old English Sheepdog, Siberian Husky, Rottweiler
SexIntact Male
Age26–156 weeks (approximately 6 months to 3 years)
Breed matching is case-insensitive and uses normalized substring comparison — the words “mixed” and “dog” are stripped from both the shelter record and the profile breed list before the check is applied. See Rescue Program Profiles: Overview for full normalization and matching details.

Scoring Example

The examples below show two Mountain Rescue evaluations for animals of the same breed and age but different sex classifications.
// Animal: German Shepherd, Intact Male, 80 weeks → Score: 100 (qualifies)
{
  "programId": "mountain",
  "matchScore": 100,
  "breedMatch": true,
  "sexMatch": true,
  "ageMatch": true,
  "qualifies": true
}

// Animal: German Shepherd Mix, Spayed Female, 80 weeks → Score: 80 (sex miss)
{
  "programId": "mountain",
  "matchScore": 80,
  "breedMatch": true,
  "sexMatch": false,
  "ageMatch": true,
  "qualifies": false
}
In the second example, the breed substring match still resolves (both “German Shepherd Mix” and “German Shepherd” normalize to the same core string), and age is within range, but sex is “Spayed Female” rather than “Intact Male.” The sex component contributes 5 points instead of 25, and qualifies is false.

Operational Capabilities

Dogs that complete Mountain Rescue training are certified for the following operational roles:
  • Avalanche victim detection
  • Off-trail tracking
  • High-altitude operations
  • Extended wilderness search
  • Night search operations

Program Details

DetailValue
Training Duration14–20 months
Training Success Rate82%
Operating EnvironmentMountains, forests, backcountry, snow terrain

Finding Mountain Rescue Candidates

To surface Mountain Rescue candidates from the full shelter dataset, navigate to the Dashboard and click the Mountain Rescue filter button. The table re-ranks all animals by their Mountain Rescue score with the highest-scoring animals at the top. Fully qualifying animals appear first, followed by partial matches in descending score order.
German Shepherd and Rottweiler appear in both the Mountain Rescue and the Disaster Rescue breed lists. An Intact Male German Shepherd aged 26–156 weeks is a full qualifier for Mountain Rescue and will also score highly for Disaster Rescue. When reviewing candidates, check scores across both programs — an animal surfaced by one filter may be an equally strong candidate for the other. The Dashboard displays all program scores for each animal in its candidate profile view.

Build docs developers (and LLMs) love