Skip to main content
Glama
todo.ts211 B
import { z } from "zod"; export const todoSchema = z.object({ text: z.string().min(1, "Todo text is required"), dueDate: z.string().optional(), priority: z.enum(["low", "medium", "high"]).optional(), });

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/RahulRana0707/mcp-server'

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