delimit_zero_spec
Extract OpenAPI specifications directly from framework source code without requiring existing spec files. Detects API frameworks like FastAPI and generates complete API documentation automatically.
Instructions
Extract OpenAPI spec from framework source code (no spec file needed).
Detects the API framework (FastAPI, Express, NestJS) and extracts a complete OpenAPI specification directly from the source code. Currently supports FastAPI with full fidelity.
Args: project_dir: Path to the project root directory. python_bin: Optional Python binary path (auto-detected if omitted).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No | . | |
| python_bin | No |