Skip to main content
Glama
postRoutinesRequestBodySchema.ts695 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.optional(z.object({ "title": z.optional(z.string().describe("The title of the routine.")), "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").nullish(), "notes": z.optional(z.string().describe("Additional notes for the routine.")), "exercises": z.optional(z.array(z.lazy(() => postRoutinesRequestExerciseSchema))) })) })

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