Claude

refresh_faf

Re-ground on .faf content — re-score via the Mk4 Zig-WASM Enterprise scorer (33-slot, honors the authored app-type shape), report drift vs an optional baseline score, and return a stamped re-ground. The explicit re-grounding primitive for long sessions: drift → refresh → re-grounded. Built for Grok, by request.

Remote wolfe-jam/claude-faf-mcp

Remote (network-hosted)

Other tools also called refresh_faf? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "Raw .faf YAML content to re-ground on."
    },
    "baseline": {
      "type": "number",
      "description": "Optional last-known score (0-100). When provided, the drift delta (current - baseline) is reported."
    },
    "verbatim": {
      "type": "boolean",
      "description": "When true, return the full .faf content verbatim with the stamp. Default false (stamped delta + summary)."
    }
  }
}
          

Provider

Claude →