Skip to main content
Glama
by ggiraudon
MessageListItem.ts413 B
// Namespace: EmailModels import { z } from 'zod'; import { EmailAddressSchema } from './EmailAddress.js'; export const MessageListItem = z.object({ id: z.number().optional(), subject: z.string().optional(), from: EmailAddressSchema.optional(), to: z.array(EmailAddressSchema).optional(), date: z.coerce.date().optional(), }); export type MessageListItem = z.infer<typeof MessageListItem>;

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/ggiraudon/emailMCPServer'

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