discover_specs
Scan a directory to identify OpenAPI spec files and static subdirectories for auto-mocking, returning a suggested configuration for serving mocks locally.
Instructions
Scan a directory and report what mockzilla can do with it: top-level OpenAPI spec files (with title and endpoint count) plus any static/ subdirs that mockzilla can auto-mock. Returns a suggested_input the agent can hand directly to serve_locally. Use this when the user says 'I have a folder of specs/files, what's in it?' or 'mock this directory'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes |