classify_image
Classify the content of an image into categories such as objects, scenes, and animals using Apple Vision. Returns sorted labels with confidence scores.
Instructions
Classify the content of a local image into categories using Apple Vision (offline, no API key needed).
USE WHEN: The user wants to know what is depicted in an image — objects, scenes, activities, animals, food, etc. Works with 1000+ categories and returns confidence scores. DO NOT USE for: text extraction (use ocr_image), face/barcode detection (dedicated tools), images that need detailed visual description (use the model's built-in vision).
Returns: JSON array of classification labels sorted by confidence (highest first), each with a label name and confidence score (0–1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the image file |