Skip to main content
Glama
config-request-schemas.ts287 B
import { z } from "zod/v4"; import { singleToolGroupSchema } from "../config/config.js"; export const toolGroupUpdateSchema = singleToolGroupSchema .omit({ name: true }) .extend({ name: z.string().optional() }); export type ToolGroupUpdate = z.infer<typeof toolGroupUpdateSchema>;

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/TheLunarCompany/lunar'

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