Log a real-world outcome for a graded prompt
log_outcomeRecord real prompt results including success, turns to fix, scope creep, files changed, and root cause naming, to improve grading alignment.
Instructions
Records what actually happened after a prompt (previously scored via grade_prompt) was used — whether it succeeded, how many turns/messages it took to resolve, whether the fix stayed in scope, and whether the prompt named the bug's root cause and location. This is the data that lets Promptest MCP tell you what actually predicts good outcomes for YOUR prompting style, not just what the rubric guesses in the abstract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Any free-text notes on what happened. | |
| taskId | Yes | The taskId returned by grade_prompt. | |
| succeeded | No | Did the AI's response/fix actually work? | |
| scopeCreep | No | Did the AI change files/behavior beyond what was asked? | |
| filesChanged | No | List of files actually modified, if known. | |
| turnsToResolve | No | How many back-and-forth turns/messages it took to reach a working result. | |
| namedRootCauseAndLocation | No | Did the ORIGINAL prompt explicitly name the root cause and where the fix belongs (not just what was wrong)? This is the single strongest predictor CRG-RIS found for lower cost and correctly-scoped fixes. |