Skip to main content
Glama

Swagger MCP Server

by tuskermanshu

template-list

Retrieve a list of code generation templates for API clients, TypeScript types, and config files, filtered by type and framework. Includes option to fetch template content from the Swagger 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