Skip to main content
Glama

Model Context Protocol Server

destroybyassetidop.ts1.09 kB
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod"; import { ApiError, ApiError$zodSchema } from "./apierror.js"; import { DestroyResponse, DestroyResponse$zodSchema, } from "./destroyresponse.js"; export type DestroyByAssetIdGlobals = { cloud_name?: string | undefined }; export const DestroyByAssetIdGlobals$zodSchema: z.ZodType< DestroyByAssetIdGlobals, z.ZodTypeDef, unknown > = z.object({ cloud_name: z.string().describe("The cloud name of your product environment.") .optional(), }); export type DestroyByAssetIdResponse = { ContentType: string; StatusCode: number; RawResponse: Response; destroy_response?: DestroyResponse | undefined; api_error?: ApiError | undefined; }; export const DestroyByAssetIdResponse$zodSchema: z.ZodType< DestroyByAssetIdResponse, z.ZodTypeDef, unknown > = z.object({ ContentType: z.string(), RawResponse: z.instanceof(Response), StatusCode: z.number().int(), api_error: ApiError$zodSchema.optional(), destroy_response: DestroyResponse$zodSchema.optional(), });

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