echo_tool
Send a message and receive it back instantly for testing MCP client functionality with the Echo MCP Server.
Instructions
Echo a message as a tool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"title": "Message",
"type": "string"
}
},
"required": [
"message"
],
"title": "echo_toolArguments",
"type": "object"
}