analyzeListingPhotos
Analyze Airbnb listing photos to assess property quality, identify key features, and evaluate visual presentation for informed booking decisions.
Instructions
Analyze photos from an Airbnb listing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Airbnb listing ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Airbnb listing ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}