Skip to main content
Glama
getV1WorkoutsWorkoutidSchema.ts654 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { workoutSchema } from './workoutSchema.ts' import { z } from 'zod' export const getV1WorkoutsWorkoutidPathParamsSchema = z.object({ workoutId: z.any(), }) export const getV1WorkoutsWorkoutidHeaderParamsSchema = z.object({ 'api-key': z.string().uuid(), }) /** * @description Success */ export const getV1WorkoutsWorkoutid200Schema = z.lazy(() => workoutSchema) /** * @description Workout not found */ export const getV1WorkoutsWorkoutid404Schema = z.any() export const getV1WorkoutsWorkoutidQueryResponseSchema = z.lazy(() => getV1WorkoutsWorkoutid200Schema)

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