利用可能なツール: [Tool(name='get_weather', title=None,
description='都市名を受け取り、現在の天気情報を返す',
inputSchema={'properties': {'city': {'type': 'string'}}, 'required': ['city'], 'type': 'object'},
outputSchema={'additionalProperties': True, 'type': 'object'},
icons=None, annotations=None, meta={'_fastmcp': {'tags': []}})]

結果: CallToolResult(
  content=[TextContent(type='text', text='{"city":"Tokyo","temp_C":"18","desc":"Clear"}')],
  structured_content={'city': 'Tokyo', 'temp_C': '18', 'desc': 'Clear'},
  data={'city': 'Tokyo', 'temp_C': '18', 'desc': 'Clear'},
  is_error=False)
