Skip to main content
Glama
VerifyEmailSchema.ts176 B
import { z } from 'zod/v4'; export const getVerifyEmailSchema = () => { return z.object({}); }; export type VerifyEmail = z.infer<ReturnType<typeof getVerifyEmailSchema>>;

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/aymericzip/intlayer'

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