MCP Tool Registry

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.

Registered tools

NameDescriptionInput schemaResponse
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}}

Add / replace a tool