Skip to main content
Glama

Model Context Protocol Server

destroyresponse.ts601 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod"; /** * The result of the deletion operation. */ export const Result$zodSchema = z.enum([ "ok", "not found", ]).describe("The result of the deletion operation."); export type Result = z.infer<typeof Result$zodSchema>; export type DestroyResponse = { result: Result; asset_folder?: string | undefined; }; export const DestroyResponse$zodSchema: z.ZodType< DestroyResponse, z.ZodTypeDef, unknown > = z.object({ asset_folder: z.string().optional(), result: Result$zodSchema, });

Latest Blog Posts

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/kanwardeep007/random-mcp-server'

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