{
  "message": "Google Workspace MCP API Server",
  "version": "1.0.0",
  "description": "REST API wrapper for Google Workspace MCP Server tools",
  "status": "ready",
  "features": [
    "Real MCP tool execution",
    "AI agent integration",
    "Tool discovery",
    "Health monitoring"
  ],
  "endpoints": {
    "health_check": "GET /health",
    "list_tools": "GET /tools",
    "execute_tool": "POST /execute",
    "agent_chat": "POST /agent/chat"
  }
}