get_person
Retrieve complete profile for a person, including name, birth date, and photo count. Use after finding a person to get their details.
Instructions
Get full details for a specific person including name, birth date, and photo count. Use this after finding a person via list_people or search_people. Read-only.
Args:
person_id: The person's UUID (from list_people or search_people).
Returns: JSON with person details (id, name, birthDate, isHidden, photoCount, thumbnailPath).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |