rescuedogs_search_dogs
Search for rescue dogs available for adoption from European and UK organizations. Filter by breed, size, age, location, and more to find your match.
Instructions
Search for rescue dogs available for adoption from European and UK organizations. Returns matching dogs with basic info. Use rescuedogs_get_dog_details for full profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text search in dog names and descriptions | |
| breed | No | Filter by breed name (e.g., 'Golden Retriever', 'Mixed') | |
| breed_group | No | Filter by FCI breed group (e.g., 'Herding', 'Sporting', 'Hound') | |
| size | No | Filter by standardized size | |
| age_category | No | Filter by age category: puppy (0-12 months), young (1-3 years), adult (3-8 years), senior (8+ years) | |
| sex | No | Filter by sex | |
| energy_level | No | Filter by energy level from LLM profiler data | |
| experience_level | No | Filter by required owner experience level | |
| home_type | No | Filter by required home type | |
| adoptable_to_country | No | ISO country code where dog can be adopted to (e.g., 'GB', 'IE', 'FR') | |
| organization_id | No | Filter by specific rescue organization ID | |
| good_with_kids | No | Set to true to filter for dogs good with children | |
| good_with_dogs | No | Set to true to filter for dogs good with other dogs | |
| good_with_cats | No | Set to true to filter for dogs good with cats | |
| limit | No | Number of results to return (1-50) | |
| offset | No | Number of results to skip for pagination | |
| include_images | No | Include dog photos in response (opt-in, increases response size). Images returned for up to 5 dogs. | |
| image_preset | No | Image size preset: 'thumbnail' (200x200) or 'medium' (400x400) | thumbnail |
| response_format | No | Response format: 'markdown' for human-readable or 'json' for structured data | markdown |