Skip to main content
Glama
routineFolderSchema.ts605 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { z } from 'zod' export const routineFolderSchema = z.object({ id: z.number().describe('The routine folder ID.').optional(), index: z.number().describe('The routine folder index. Describes the order of the folder in the list.').optional(), title: z.string().describe('The routine folder title.').optional(), updated_at: z.string().describe('ISO 8601 timestamp of when the folder was last updated.').optional(), created_at: z.string().describe('ISO 8601 timestamp of when the folder was created.').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