Skip to main content
Glama
createPostWorkoutsRequestBody.ts778 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import type { PostWorkoutsRequestBody } from '../types/PostWorkoutsRequestBody.ts' import { createPostWorkoutsRequestExercise } from './createPostWorkoutsRequestExercise.ts' import { faker } from '@faker-js/faker' export function createPostWorkoutsRequestBody(data?: Partial<PostWorkoutsRequestBody>): PostWorkoutsRequestBody { return { ...{ workout: { title: faker.string.alpha(), description: faker.string.alpha(), start_time: faker.string.alpha(), end_time: faker.string.alpha(), is_private: faker.datatype.boolean(), exercises: faker.helpers.multiple(() => createPostWorkoutsRequestExercise()), }, }, ...(data || {}), } }

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