MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/api/openapi-digest.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export class OpenApiDigestTool extends Tool<z.infer<typeof Args>> {
42 name = 'openapi_digest';
43 description = 'Parse an OpenAPI/Swagger spec (local file or URL, JSON or YAML) into a condensed endpoint inventory: method, path, parameters (name/in/required/type), request + response schema names, and required auth. Use this BEFORE generating a frontend API client so endpoint and parameter names are exact, not guessed. Read-only.';
44 isReadOnly = true; isDestructive = false; argsSchema = Args;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected