photographi_rank_photographs
Selects the best images from a folder by ranking technical quality. Returns top-rated photos with detailed metrics, ideal for burst sequences or finding hero shots.
Instructions
Ranks photos by technical quality and returns the top_n best images. Uses high concurrency to process up to 100 images per call (default limit). Ideal for burst sequences or finding hero shots. Returns detailed metrics for each top image. For full folder analysis, use photographi_analyze_folder instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| top_n | No | Number of top-rated images to return. | |
| limit | No | Max images to evaluate in this batch. | |
| offset | No | Pagination offset. | |
| metrics | No | Specific metrics for ranking. | |
| enable_subject_detection | No | ||
| model_size | No | YOLO model size. | nano |
| fast_mode | No | Defaults to True (4-8x faster). Set to False for full-resolution 'Forensic Precision' mode (much slower on 40MP+ files). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||