rescuedogs_get_dog_details
Retrieve full details for a rescue dog including AI-generated personality profile, care requirements, and adoption information using a unique slug.
Instructions
Get full details for a specific rescue dog including AI-generated personality profile, requirements, and adoption info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Dog's URL-friendly slug (e.g., 'buddy-12345') | |
| include_image | No | Include dog photo in response | |
| image_preset | No | Image size preset: 'thumbnail' (200x200) or 'medium' (400x400) | medium |
| response_format | No | Response format: 'markdown' for human-readable or 'json' for structured data | markdown |