Skip to main content
Glama

MCP Server Boilerplate

hello-world

Generate personalized greetings by providing a user name. This tool demonstrates basic MCP server functionality for AI assistant integration.

Instructions

Say hello to the user

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the user

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the user", "type": "string" } }, "required": [ "name" ], "type": "object" }

Other Tools from MCP Server Boilerplate

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/RichardFelix999/reasoning-boilerplate-mcp'

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