lookup_error
Look up an error message in deadends.dev to get known dead ends, workarounds, and next steps. Avoid failed approaches before spending time on fixes across 51 domains.
Instructions
Match an error message against deadends.dev's database of known errors. Returns dead ends (what NOT to try), workarounds (what works), and error chains (what comes next). Use this BEFORE attempting to fix any error to avoid wasting time on approaches that are known to fail. Covers 51 domains including python, node, docker, git, cuda, typescript, rust, go, kubernetes, terraform, aws, react, java, database, pytorch, tensorflow, and 34 more. Use list_error_domains to see all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format: 'markdown' (default, human-readable) or 'json' (structured, for programmatic use by AI agents) | |
| error_message | Yes | The full error message to look up |