faf_orchestrate_recommendation
InactiveTool of Persistent Project Context for xAI Grok
Takes raw content strings (`.faf`, `.fafm`, and optionally `package.json`/`CHANGELOG.md`/`README.md`) and runs deterministic drift + contradiction signals across the FAF substrate. Returns a structured `Recommendation` (recommend, severity, reason, summary) with `hints` containing the current `effective_policy` and `partial[]` for any stateful signals unavailable on the current surface. Light-lane execution (hosted) is WASM-pure with no filesystem access. Heavy-lane execution (local via bunx/rust-faf-mcp) has full FS + persisted state. Advisory only — never auto-fires.
Parameters schema
{
"type": "object",
"properties": {
"faf": {
"type": "string",
"description": "Raw .faf YAML content (project DNA). Required for any meaningful analysis."
},
"fafm": {
"type": "string",
"description": "Raw .fafm YAML content (memory layer). Enables drift detection."
},
"readme": {
"type": "string",
"description": "Raw README.md content. Enables README arch-tree cross-stamp checks."
},
"changelog": {
"type": "string",
"description": "Raw CHANGELOG.md content. Enables changelog cross-stamp checks."
},
"packageJson": {
"type": "string",
"description": "Raw package.json content. Enables version cross-stamp checks (.faf vs pkg)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Persistent Project Context for xAI Grok
https://github.com/Wolfe-Jam/grok-faf-mcp
3/7 registries