export interface GetSwaggerParams {
// String parameters
url: string;
saveLocation: string; // Required parameter for where to save the Swagger file
}
export interface SavedSwaggerDefinition {
filePath: string; // Full path to the saved file
url: string;
type: string;
}
export interface SwaggerFileParams {
swaggerFilePath: string; // Required parameter for the path to the Swagger file
}
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/Vizioz/Swagger-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server