echo
Echo back a provided message using this tool on the Bootstrap MCP Server, designed for testing and validating MCP server setups.
Instructions
Echo back the provided message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes | Message to echo |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Message to echo",
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}