Skip to main content
Glama
json-schema-to-zod.js349 B
import z from "zod"; import { jsonSchemaToZod } from "json-schema-to-zod"; console.log( jsonSchemaToZod({ type: "object", properties: { city: { type: "string", maxLength: 20, description: "城市名称", default: null, }, }, required: ["city"], additionalProperties: false, }) );

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/PA-LuffyYu/smcphub-server'

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