greet
Generate a greeting string for testing MCP text tool integration. Accepts a name and an optional custom greeting phrase.
Instructions
Demo: returns a greeting string. Use only to test MCP text tools; do not use for user-facing messages—reply in chat instead. Use greet (not add or subtract) for hello/welcome integration tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the person to greet | |
| greeting | No | An optional custom greeting phrase like 'Welcome' |