This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
age_gender_get
InactiveTool of io.github.CDCStream/captapi
declared in 0.1.0
Predict age, gender and nationality signals from first names. Costs ~4 credits; cached results are free, failures are never charged.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "First name, or fallback when names is omitted."
},
"cache": {
"type": "boolean",
"description": "Set true to serve from the 24h response cache. Default false — always fetch fresh data."
},
"names": {
"type": "string",
"description": "Optional comma-separated list of names."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.CDCStream/captapi
https://github.com/CDCStream/captapi
1/7 registries