Tools registered here are served live at /mcp. Your agent picks up
new tools the next time it connects or refreshes its tool list — no redeploy.
| Name | Description | Input schema | Response | |
|---|---|---|---|---|
echo |
Echo the given text back, wrapped in a canned reply. | {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text to echo"
}
},
"required": [
"text"
]
} |
echo: {{text}} |