my_insights
Browse cause-and-effect patterns ranked by observation frequency to review known issues, identify recurring problems, and build a knowledge base for debugging.
Instructions
Browse your discovered cause-and-effect patterns.
Returns insights ranked by observation frequency — patterns seen multiple times appear first, indicating higher reliability.
Use this when:
Reviewing known patterns before debugging:
my_insights(limit=10)Checking if a similar issue was seen before
Building a knowledge base of recurring problems and solutions
Onboarding someone to a project's known quirks
Args: limit: Maximum insights to return (default 20, max 50).
Returns: A list of insights with pattern, cause, solution, confidence score, and observation count. Returns an empty list if no insights recorded yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |