You're viewing a demo portfolio

Join the waitlist
PRSM

post_debug_code

Active

Tool of io.github.webberdesign/webbersites-x402-data-api

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.webberdesign/webbersites-x402-data-api

https://github.com/webberdesign/api.webbersites.com

1/7 registries
View full server →
post_debug_code — io.github.webberdesign/webbersites-x402-data-api — PRSM MCP