Skip to main content
Glama
settings.ts695 B
import { z } from 'zod'; export const designTemplateSchema = z .object({ id: z.number(), name: z.string(), }) .passthrough(); export const designTemplatesSchema = z.array(designTemplateSchema); export const emailTemplateSchema = z .object({ id: z.number(), name: z.string(), }) .passthrough(); export const emailTemplatesSchema = z.array(emailTemplateSchema); export const textTemplateSchema = z .object({ id: z.number(), name: z.string(), }) .passthrough(); export const textTemplatesSchema = z.array(textTemplateSchema); export const tagSchema = z .object({ id: z.number(), name: z.string(), }) .passthrough(); export const tagsSchema = z.array(tagSchema);

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

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