misakanet_submit_usage
Submit feedback that a public lesson resolved an issue. Requires lesson ID and outcome (solved, partial, not-helpful).
Instructions
[Experimental] Record that a public lesson helped with a problem. Use only after the user or calling agent explicitly chooses to submit usage feedback for a specific lesson. Input semantics: lesson_id is required; tool names the calling client; outcome should be solved, partial, not-helpful, or another short status. Output schema: JSON with lesson_id, tool, outcome, and status. Error cases: missing lesson_id. Side effects: currently returns a local placeholder report only; it does not send data externally, open GitHub issues, or publish lessons. Auth: none. Rate limits: local stdio process only; submit at most once per resolved incident. Do not include raw logs, prompts, file contents, or secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Calling tool or client name, for example claude-code, cursor, codex, or aider. | |
| outcome | No | Short result label such as solved, partial, or not-helpful. | |
| lesson_id | Yes | Required ID of the lesson that helped, for example auto-merge-ci-pipeline. |