MCP Server Starter

hello_tool

Generate personalized greetings by inputting a name. Built on MCP Server Starter, this tool simplifies communication workflows using a structured TypeScript-based server template.

Instructions

Hello tool

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the person to greet

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Server Starter

Related Tools

ID: n087wjbtlk