confirm_solution
Auto-save a working solution with context from your last similar search. Just provide the solution text; problem metadata is filled automatically.
Instructions
Auto-save a confirmed solution using context from the last search_similar call.
Call this after solving a problem instead of save_solution — you only need to provide the solution text. Problem description, category, tags, and language are taken automatically from the last search_similar call.
If save_solution was already called manually this session, this is a no-op (no duplicate will be created).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution | Yes | The solution that worked. Include code, commands, or steps. Problem metadata (category, tags, language) are filled in automatically from the last search_similar call. | |
| project | No | Repository or workspace name this was solved in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |