save_eval
Persist persona results to an eval store, returning an ID, convergence score, and path for tracking consistency across runs.
Instructions
Save the current roundtable or audit persona results for a URL to the eval store. Reads persona results from the session cache — call merch_roundtable or audit_storefront first on the same URL. Returns an eval ID, a convergence score (0–100 measuring how much the three personas agreed on their top concerns), and the storage path. Evals persist across sessions in ~/.merch-connector/evals/ (up to 100 compact records + 10 full runs per domain). Use list_evals to review history and track whether findings are consistent across runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL that was analyzed. Must match a URL with cached persona results in this session. | |
| note | No | Optional note to attach (e.g., "baseline before redesign", "post-holiday restock"). | |
| save_full_run | No | Save the full persona outputs as a JSON file (default: true). Set false for a compact-only record. |