Skip to main content
Glama

TeamRetro MCP Server

Base.ts435 B
import { z } from "zod"; import { dateStringSchema, emailSchema, idSchema, nameSchema } from "./generic.js"; export const baseSchema = z.object({ id: idSchema, created: dateStringSchema.optional(), }); export const hasEmail = z.object({ email: emailSchema.readonly(), }); export const hasName = z.object({ name: nameSchema.nullable().optional(), }); export const hasNameEmail = z.object({}).merge(hasName).merge(hasEmail);

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