hello_tool
Greet users by name using the Telos Model Context Protocol, enabling personalized interactions within Solana's philosophical AI mentor framework.
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"
}