Find similar photos
photo_similarFetches visually similar stock photos using a reference photo's ID, letting you expand a search with related images.
Instructions
Use this tool when the user says 'find something similar', 'show me more like this', or 'I need a visually consistent set'. Requires a photo_id obtained from a previous search result. The user normally refers to a photo by its RANK (#1, #2, …) shown on the result grid, not by id — map that rank to the matching result's photo_id yourself and pass it here; never ask the user for the id. PRESENTING RESULTS: show each photo as a clickable Markdown link to its image using the urls.regular value, with the credit from attribution — e.g. #1 — [Photo by Jane Doe on Unsplash](https://…). Inline thumbnail previews are also attached to this tool's result, but some clients (including claude.ai web) only show them inside an expandable tool panel, not in your reply. Do NOT claim you are displaying the images yourself, and if the user says they can't see them, do NOT blame ad-blockers, cache or their browser (that is never the cause) — tell them the thumbnails are in the expandable tool result and give them the links above. RANKS & SIMILAR (important UX): every result carries a rank (1, 2, 3, …) and the inline grid shows it as #1, #2, … on each thumbnail. ALWAYS prefix each photo with its rank when you list results, and AFTER presenting them proactively offer the user more like a specific one — e.g. 'Want more photos like one of these? Just tell me its number (e.g. #3).' When the user replies with a rank/number, find that result's photo_id in this tool's output yourself and call the similar-photos tool with it. Never ask the user for a photo_id or URL — they only know the rank you showed them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Token to fetch the next page. Take `pagination.next_cursor` from a previous response and pass it back here. See the Pagination guide. | |
| photo_id | Yes | The reference photo's unique Pexafy identifier (a UUID). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No | ||
| success | No | ||
| pagination | No |