Skip to main content
Glama
getV1WebhookSubscriptionSchema.ts708 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { z } from 'zod' export const getV1WebhookSubscriptionHeaderParamsSchema = z.object({ 'api-key': z.string().uuid().describe('Your API key'), }) /** * @description The current webhook subscription */ export const getV1WebhookSubscription200Schema = z.object({ url: z.string().describe('The webhook URL').optional(), auth_token: z.string().describe('The auth token for the webhook').optional(), }) /** * @description No webhook subscription found */ export const getV1WebhookSubscription404Schema = z.any() export const getV1WebhookSubscriptionQueryResponseSchema = z.lazy(() => getV1WebhookSubscription200Schema)

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/chrisdoc/hevy-mcp'

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