mcp_hello_world
Generate a greeting message using a simple demonstration tool integrated with the SouthAsia MCP Tool, designed for seamless interaction within the MCP framework.
Instructions
A simple demonstration tool that returns a greeting message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}