Skip to main content
Glama
createCustomExerciseRequestBodySchema.ts1.02 kB
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { customExerciseTypeSchema } from "./customExerciseTypeSchema.ts"; import { equipmentCategorySchema } from "./equipmentCategorySchema.ts"; import { muscleGroupSchema } from "./muscleGroupSchema.ts"; import { z } from "zod/v4"; export const createCustomExerciseRequestBodySchema = z.object({ "exercise": z.optional(z.object({ "title": z.string().describe("The title of the exercise template."), get "exercise_type"(){ return customExerciseTypeSchema }, get "equipment_category"(){ return equipmentCategorySchema.describe("The equipment category of the exercise template.") }, get "muscle_group"(){ return muscleGroupSchema.describe("The muscle group of the exercise template.") }, get "other_muscles"(){ return z.array(muscleGroupSchema).describe("The other muscles of the exercise template.") } })) })

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

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