Skip to main content
Glama

Swagger MCP Server

by tuskermanshu

template-list

Retrieve available code generation templates for TypeScript types, API clients, and config files. Filter by template type, framework, and include content details using the MCP server.

Instructions

Get available code generation template list

Input Schema

NameRequiredDescriptionDefault
frameworkNoFramework type filter (only for API client and config file templates)
includeContentNoWhether to include template content
typeNoTemplate type filter

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "framework": { "description": "Framework type filter (only for API client and config file templates)", "enum": [ "axios", "fetch", "react-query", "swr", "angular", "vue" ], "type": "string" }, "includeContent": { "description": "Whether to include template content", "type": "boolean" }, "type": { "description": "Template type filter", "enum": [ "all", "api-client", "typescript-types", "config-file" ], "type": "string" } }, "type": "object" }

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/tuskermanshu/swagger-mcp-server'

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