Skip to main content
Glama

MCP Hello World

by MillCityAI

echo

Process and return a user-provided message with a 'Hello' prefix. Designed for integration testing and MCP client development within the MCP Hello World server environment.

Instructions

Echoes back a message with 'Hello' prefix

Input Schema

NameRequiredDescriptionDefault
messageYesThe message to echo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "The message to echo", "type": "string" } }, "required": [ "message" ], "type": "object" }

Other Tools from MCP Hello World

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

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