Skip to main content
Glama
Dinesh-Satram

Health & Fitness Coach MCP

echo.ts341 B
import { z } from "zod"; export const echoTool = { name: "echo", description: "Echo a message for testing purposes", schema: { message: z.string().describe("The message to echo back"), }, handler: async ({ message }: { message: string }) => ({ content: [{ type: "text" as const, text: `Tool echo: ${message}` }], }), };

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/Dinesh-Satram/fitness_coach_MCP'

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