Skip to main content
Glama

notion-mcp-server

icon.ts365 B
import { EmojiRequest } from "../types/emoji.js"; import { z } from "zod"; export const ICON_SCHEMA = z.object({ emoji: z .string() .refine( (value) => /(\p{Emoji}\uFE0F|\p{Emoji_Presentation})/gu.test(value), { message: "Invalid emoji", } ) .transform((value) => value as EmojiRequest), type: z.literal("emoji"), });

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