Get Phone Photos
phonelink_get_photosList recent photos visible in Phone Link's Photos tab and return metadata (name, bounds, type) for each entry. Does not download photos—use it to inspect available photos before transferring.
Instructions
List recent photos from Phone Link's Photos tab.
Navigates to the Photos tab and scrapes the visible photo grid. Returns metadata about each photo entry (name, bounds, type). Note: This does NOT download photos — it lists what's visible in the UI.
Args:
max_photos (number): Maximum photo entries to return (1-100, default: 25).
Returns: { "photo_count": number, "photos": [{ "name": string, "bounds": { x, y, width, height }, ... }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_photos | No | Maximum number of photo entries to return (default: 25). |