Skip to main content
Glama
getV1WorkoutsEventsSchema.ts942 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { paginatedWorkoutEventsSchema } from './paginatedWorkoutEventsSchema.ts' import { z } from 'zod' export const getV1WorkoutsEventsQueryParamsSchema = z.object({ page: z.coerce.number().int().default(1).describe('Page number (Must be 1 or greater)'), pageSize: z.coerce.number().int().default(5).describe('Number of items on the requested page (Max 10)'), since: z.string().default('1970-01-01T00:00:00Z'), }) export const getV1WorkoutsEventsHeaderParamsSchema = z.object({ 'api-key': z.string().uuid(), }) /** * @description A paginated list of workout events */ export const getV1WorkoutsEvents200Schema = z.lazy(() => paginatedWorkoutEventsSchema) /** * @description Internal Server Error */ export const getV1WorkoutsEvents500Schema = z.any() export const getV1WorkoutsEventsQueryResponseSchema = z.lazy(() => getV1WorkoutsEvents200Schema)

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