predict_age
ActiveTool of agify
declared in 0.1.0
Estimate someone's age from their first name using global statistics. Returns predicted age and confidence count based on name frequency data.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "John"
},
{
"name": "Maria"
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "First name to predict age for."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
agify
https://github.com/pipeworx-io/mcp-agify
2/7 registries