Skip to main content
Glama

Swagger MCP Server

by tuskermanshu

template-delete

Remove custom templates in the Swagger MCP Server by specifying the template ID, ensuring clean and organized API client code generation.

Instructions

Delete custom template

Input Schema

NameRequiredDescriptionDefault
idYesTemplate ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Template ID", "type": "string" } }, "required": [ "id" ], "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