You're viewing a demo portfolio

Join the waitlist
PRSM

x711_code_sandbox

Active

Tool of x711 — Universal Agent Gas Station

declared in 1.0.0

Execute JavaScript or Python code in an isolated sandbox. Use for: data processing, math, CSV parsing, JSON transformation, crypto calculations, algorithm testing. Secure — no filesystem access, no network. Returns: { output: string, runtime_ms: number, language: string }. Requires API key.

Parameters schema

{
  "type": "object",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "description": "Code to execute. Examples: 'console.log(Math.sqrt(144))' or 'print(sum([1,2,3]))'."
    },
    "language": {
      "enum": [
        "javascript",
        "python"
      ],
      "type": "string",
      "description": "Language to run. Defaults to 'javascript'."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

x711 — Universal Agent Gas Station

1/7 registries
View full server →
x711_code_sandbox — x711 — Universal Agent Gas Station — PRSM MCP