predict_age_by_name
Predict the age associated with any first name. Enter a name to receive an estimated age based on demographic data.
Instructions
Predict the age associated with a given name using the Agify API.
Args: name: The first name to predict age for (e.g., "Michael", "Sarah")
Returns: Predicted age and confidence count for the name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |