Skip to main content
Glama
kadykov

OpenAPI Schema Explorer

sample-v2-api.json850 B
{ "swagger": "2.0", "info": { "title": "Simple Swagger 2.0 API", "version": "1.0.0", "description": "A simple API definition in Swagger 2.0 format for testing conversion." }, "host": "localhost:3000", "basePath": "/v2", "schemes": ["http"], "paths": { "/ping": { "get": { "summary": "Check service health", "description": "Returns a simple pong message.", "produces": ["application/json"], "responses": { "200": { "description": "Successful response", "schema": { "$ref": "#/definitions/Pong" } } } } } }, "definitions": { "Pong": { "type": "object", "properties": { "message": { "type": "string", "example": "pong" } } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kadykov/mcp-openapi-schema-explorer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server