Skip to main content
Glama
kadykov

OpenAPI Schema Explorer

paths-test.json1.31 kB
{ "openapi": "3.0.3", "info": { "title": "Path Testing API", "version": "1.0.0" }, "paths": { "/project/tasks/{taskId}": { "get": { "summary": "Get task details", "parameters": [ { "name": "taskId", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Task details" } } } }, "/article/{articleId}/comment/{commentId}": { "get": { "summary": "Get comment on article", "parameters": [ { "name": "articleId", "in": "path", "required": true, "schema": { "type": "string" } }, { "name": "commentId", "in": "path", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "description": "Comment details" } } } }, "/sub/sub/sub/sub/folded/entrypoint": { "post": { "summary": "Deeply nested endpoint", "responses": { "201": { "description": "Created" } } } } } }

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