hello_tool
Generate personalized greetings using the MCP Evolution API. Send custom WhatsApp messages by inputting a recipient's name to create tailored communication.
Instructions
Hello tool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | The 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"
}