Skip to main content
Glama
favorites.ts463 B
import { z } from 'zod'; import { customFieldSchema } from './shared.js'; import { optionalId } from '../utils/schema.js'; export const proposalTemplateSchema = z .object({ automations_set_id: optionalId, custom_fields: z.array(customFieldSchema).optional(), design_template_id: optionalId, id: z.number(), name: z.string(), text_template_id: optionalId, }) .passthrough(); export const proposalTemplatesSchema = z.array(proposalTemplateSchema);

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