import { z } from "zod";
export const FILE_SCHEMA = z
.object({
external: z
.object({
url: z.string().url().describe("URL of the external file"),
})
.describe("External file source"),
type: z.literal("external").describe("Type of file source"),
})
.describe("File schema");
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/awkoy/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server