search_people
Search for people by full or partial name to locate individuals in your photo library. Returns matching people with 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 |