get_person
Retrieve detailed information for a specific person by ID, including name, birth date, hidden status, and photo count. Use it after locating a person to get their complete profile.
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 |