Skip to main content
Glama

TeamRetro MCP Server

HealthModel.ts360 B
import { z } from 'zod'; import { baseSchema } from './generic.js'; export const dimensionSchema = z.object({ id: z.string(), name: z.string(), description: z.string(), }); export const healthModelSchema = baseSchema.extend({ name: z.string(), dimensions: z.array(dimensionSchema), }); export type HealthModel = z.infer<typeof healthModelSchema>;

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/adepanges/teamretro-mcp-server'

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