Claude
faf_get_tier
Resolve the FAF tier for a given numeric score. Returns the tier symbol (Trophy/Gold/Silver/Bronze/etc.) per the canonical tier-table.
Remote wolfe-jam/claude-faf-mcp
Remote (network-hosted)
Other tools also called faf_get_tier?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"score": {
"type": "number",
"description": "Numeric score 0-100."
}
}
}