List gallery photos
list_gallery_photosRead-only. Returns a paginated list of gallery photo summaries with captions, image URLs, model project references, section tags, and image metadata. Use this tool to browse gallery photos or filter them by model project and gallery section. Use get_build_details when the user needs vessel background, technical notes, or build-log content for the related model. Known section tags are: overall, hull, deck, rigging, details. Results are ordered by each project's gallery order. The response includes total matching photos, returned count, limit, offset, nextOffset, and hasMore. Use nextOffset from a response with hasMore=true to retrieve the next page. If no photos match a valid filter, returns an empty photos array. If project does not identify a gallery project, returns a not-found result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional gallery section filter. Matches the manifest section field exactly. Known values: overall, hull, deck, rigging, details. | |
| limit | No | Maximum number of photos to return. Default: 50. Maximum: 100. | |
| offset | No | Number of matching photos to skip before returning the current page. Use nextOffset from a previous response to retrieve the next page. | |
| project | No | Optional model project slug to filter photos, for example 'le-requin'. When omitted, returns photos from all gallery projects. |