search_individuals
Find GEDCOM individuals by name, birth/death year range, place, or sex. Filter and rank matches by exact name first.
Instructions
Search individuals by name, birth/death year range, place or sex.
Matching is case- and accent-insensitive. Results are ranked: exact full-name matches first,
then surname/given matches, then partial matches; ties sort by surname then given name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | No | M or F | |
| file | No | GEDCOM file name (with or without .ged). Optional when only one file exists. | |
| given | No | Given-name filter (substring) | |
| limit | No | ||
| place | No | Matches any event place, e.g. 'Bristol' | |
| query | No | Free-text name match, e.g. 'john smith' or 'smith' | |
| offset | No | ||
| surname | No | Surname filter (substring) | |
| birth_year_to | No | ||
| death_year_to | No | ||
| birth_year_from | No | ||
| death_year_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| results | Yes |