@mcp.tool()
async def get_time(country: str) -> str:
    # docstring が書かれていない
    return ...


(b)
description=None,