mcp_hello_name
Use this tool to generate personalized greetings by entering your name, part of the MCP framework for integrating custom tools with Cursor via the SouthAsia MCP server.
Instructions
A demonstration tool that greets you by name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Your name |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Your name",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}