skills/smithery.ai/api-schema-analyzer

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

  1. Load OpenAPI Spec

    • Use script: scripts/analyze-openapi.py <openapi.json|yaml>
    • Extracts: endpoints, methods, parameters, request/response schemas
  2. Generate Tool Signatures

    • Use script: scripts/generate-tool-signatures.py <openapi.json> --lang=python|typescript
    • Creates: Function signatures with type hints from schema

Analyzing Postman Collections

Installs
2
First Seen
May 14, 2026
api-schema-analyzer from smithery.ai