Skip to main content
Glama
hello.ts364 B
import { addExclamation } from "../utils/addExclamation" import { z } from "zod" export const helloInputSchema = z.object({ who: z.string().optional().default("world!").describe("Who's the hello for") }) export type HelloInput = z.infer<typeof helloInputSchema> export function sayHello(input: HelloInput) { return addExclamation(`Hello, ${input.who}`) }

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/itsregularjohn/mcps'

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