Add photos to property
pedra_add_images_to_propertyAdd images to a real estate property by providing public HTTPS image URLs. The server fetches and stores each URL, returning hosted img.pedra.ai links.
Instructions
Add photos to a property BY URL — the server fetches each URL and stores it, so any public https image URL (or a small data: URI) works. Returns the stored img.pedra.ai URLs. For local files on the user's device, direct them to the property's appUrl instead (chat can't transfer large local files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imageUrls | Yes | Up to 20 image URLs to fetch and add to the property. | |
| propertyId | Yes | Target property id (from pedra_list_properties or pedra_create_property). |