post_debug_code
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
LLM CODE DEBUGGING — POST {code, error} and get a diagnosis: what is wrong, the root cause, and a concrete fix with corrected code. Paste the failing snippet plus the error message or stack trace; any language, up to 20,000 chars combined. Optional {language} and {context} ('happens only on the second call'). Fast cheap LLM under the hood. Want deterministic no-AI lint instead? POST /api/lint/:language ($0.002). ($0.01 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "The failing code snippet (required)"
},
"error": {
"type": "string",
"description": "Error message, stack trace, or a description of the wrong behavior"
},
"context": {
"type": "string",
"description": "Optional extra context: what you expected, when it happens, what you tried"
},
"language": {
"type": "string",
"description": "Optional language hint, e.g. python, javascript, elixir"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries