You're viewing a demo portfolio

Join the waitlist
PRSM

code-api-surface

Active

Tool of The Stall

declared in 4.82.0

Analyzes a code snippet and returns its API surface: HTTP routes (method + path), exported symbols, and middleware. Supports Express, FastAPI, Flask, Django, Spring Boot, ASP.NET, Rails, Gin. Pure static analysis — no code execution. Returns JSON with routes[], exports[], middleware[], lang, framework, and a plain-English summary. $0.10/call.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "code": {
      "type": "string",
      "description": "Source code to analyze (any language/framework). Max ~50KB recommended."
    },
    "detail": {
      "type": "string",
      "description": "Output scope: 'full' (default) = all fields; 'routes' = HTTP routes only; 'exports' = exported symbols only."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →