faf_gate
InactiveTool of Persistent Project Context for xAI Grok
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.
Parameters schema
{
"type": "object",
"required": [
"content"
],
"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)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Persistent Project Context for xAI Grok
https://github.com/Wolfe-Jam/grok-faf-mcp
3/7 registries