Skip to main content
Glama
shared.ts457 B
import { z } from 'zod'; export const contactType = z.enum(['organisation', 'person']); export const proposalStatus = z.enum(['edit', 'open', 'won', 'lost', 'closed']); export const customFieldSchema = z .object({ label: z.string(), name: z.string(), required: z.boolean(), type: z.enum(['text', 'textarea', 'html']), }) .passthrough(); export const tagsSchema = z.array(z.union([z.string(), z.object({ id: z.number(), name: z.string() })]));

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