search_people
Find people in your Immich photo library by entering a full or partial name. Returns matching profiles with id, name, and photo count, including hidden people when requested.
Instructions
Search for people by name (partial match). Use this when you know the person's name. For browsing all people, use list_people instead. Read-only.
Args:
name: Full or partial name to match (case-insensitive).
with_hidden: Include hidden people in results (default false).
Returns: JSON array of matching people with id, name, and photo count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| with_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |