Skip to main content
Glama

Model Context Protocol Server

destroyrequest.ts734 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod"; export type DestroyRequest = { api_key?: string | undefined; timestamp?: number | undefined; signature?: string | undefined; asset_id: string; invalidate?: boolean | undefined; notification_url?: string | undefined; callback?: string | undefined; }; export const DestroyRequest$zodSchema: z.ZodType< DestroyRequest, z.ZodTypeDef, unknown > = z.object({ api_key: z.string().optional(), asset_id: z.string(), callback: z.string().optional(), invalidate: z.boolean().optional(), notification_url: z.string().optional(), signature: z.string().optional(), timestamp: z.number().int().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