search_people
Find people in your photo library by name with partial match support. Returns matching person id, name, and photo count.
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 |