Claude
faf_gate
Phase III (FRC) — pre-promotion quality gate. Scores .faf content (edge Mk4) + estimates tokens and returns a deterministic promote/hold verdict BEFORE it goes to a Grok Collection. Promote IFF score >= min_score AND tokens <= max_tokens (defaults 85/8000). Edge parity with the local gate; the hold-hint can't list empty slots at the edge.
Remote wolfe-jam/claude-faf-mcp
Remote (network-hosted)
Other tools also called faf_gate?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "Raw .faf YAML content to gate."
},
"min_score": {
"type": "number",
"description": "Minimum score to promote (default 85)."
},
"max_tokens": {
"type": "number",
"description": "Maximum tokens to promote (default 8000)."
}
}
}