Skip to main content
Glama
postRoutinesRequestBodySchema.ts753 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { postRoutinesRequestExerciseSchema } from './postRoutinesRequestExerciseSchema.ts' import { z } from 'zod' export const postRoutinesRequestBodySchema = z.object({ routine: z .object({ title: z.string().describe('The title of the routine.').optional(), folder_id: z .number() .describe('The folder id the routine should be added to. Pass null to insert the routine into default "My Routines" folder') .nullable() .nullish(), notes: z.string().describe('Additional notes for the routine.').optional(), exercises: z.array(z.lazy(() => postRoutinesRequestExerciseSchema)).optional(), }) .optional(), })

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