say_hi
Send a greeting to Duyet with an optional personal message and access contact details or connection links directly through the MCP server.
Instructions
Send a friendly greeting to Duyet with an optional personal message. Get contact information and connection links
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Optional personal message to include with the greeting |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"message": {
"description": "Optional personal message to include with the greeting",
"type": "string"
}
},
"type": "object"
}