Skip to main content
Glama

Swagger MCP Server

by tuskermanshu

template-save

Save or update templates for API clients, TypeScript types, and config files in Axios, Fetch, React Query, and other frameworks using the Swagger MCP Server.

Instructions

Save or update template

Input Schema

NameRequiredDescriptionDefault
contentYesTemplate content
descriptionNoTemplate description
frameworkNoFramework type (only for API client and config file templates)
idYesTemplate ID
nameYesTemplate name
typeYesTemplate type

Input Schema (JSON Schema)

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

Other Tools from Swagger MCP Server

Related Tools

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