Skip to main content
Glama

Hello World MCP Server

by snoopdave

helloTool

Echo or generate greetings using a simple MCP-compliant tool. Provide a message to receive it back or get a default greeting.

Input Schema

NameRequiredDescriptionDefault
messageNoMessage to echo back. If not provided, returns a default greeting.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Message to echo back. If not provided, returns a default greeting.", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Hello World MCP Server

Related Tools

    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/snoopdave/mcp-hello-world-ts'

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