Skip to main content
Glama
common.ts261 B
import { z } from "zod"; // Validation schemas const PaginationSchema = { page: z.number().int().min(1).default(1), sizePerPage: z.number().int().min(1).max(100).default(50), sort: z.enum(["asc", "desc"]).default("desc"), }; export { PaginationSchema };

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/kevyder/banrepco_mcp'

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