scar_lookup
Check whether an agent error pattern has been resolved before and retrieve the solution.
Instructions
Look up whether a failure pattern has been seen and resolved before. Returns the resolution if found, null otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Agent name where the failure occurred. | |
| error_type | Yes | Error class or type string (e.g. 'JSONDecodeError', 'RateLimitError'). | |
| context | No | Brief context snippet (first 200 chars of the failed prompt or task). |