api-schema-analyzer
Installation
SKILL.md
API Schema Analyzer
This skill analyzes OpenAPI/Swagger and Postman collection schemas to extract endpoint information for generating MCP tools.
Instructions
Analyzing OpenAPI Schemas
-
Load OpenAPI Spec
- Use script:
scripts/analyze-openapi.py <openapi.json|yaml> - Extracts: endpoints, methods, parameters, request/response schemas
- Use script:
-
Generate Tool Signatures
- Use script:
scripts/generate-tool-signatures.py <openapi.json> --lang=python|typescript - Creates: Function signatures with type hints from schema
- Use script: