Skip to main content
Glama

MCP Pedidos

by reyesbho
request.ts829 B
export interface ProductoPedidoRequest { producto: string; cantidad: number; precio: number; tamaño: string; caracteristicas?: string[]; } export interface ProductoRequest { precio: number; producto: { id: string; imagen: string; descripcion: string; }; id: string; caracteristicas: string[]; size: { descripcion: string; id: string; }; cantidad: number; } export interface PedidoRequest { total: number; lugarEntrega: string; productos: ProductoRequest[]; cliente: string; fechaEntrega: { seconds: number; nanoseconds: number; }; registradoPor: string; } export interface AuthResponse { success: boolean; token?: string; message?: string; } export interface PedidosRequest { fechaInicio?: string; fechaFin?: string; estatus?: string; }

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/reyesbho/mcp-moments'

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