hello
Generate personalized greetings by specifying a name. Use this tool to send customizable messages within the HelloWorld MCP Server environment.
Instructions
Say hello to someone
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | No | The name of the person to greet | World |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"default": "World",
"description": "The name of the person to greet",
"type": "string"
}
},
"type": "object"
}