delimit_zero_spec
Extract an OpenAPI specification directly from your framework source code. Supports FastAPI, Express, and NestJS without requiring a spec file.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No | Path to the project root directory. | . |
| python_bin | No | Optional Python binary path (auto-detected if omitted). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||