get_character_profile
Fetch a Wuthering Waves character's profile and return it as Markdown. Provide the character's Chinese name to get their archive information.
Instructions
获取库街区上的角色档案信息并以 Markdown 格式返回。
Args:
character_name: 要查询的角色的中文名称。
Returns:
包含角色档案信息的 Markdown 字符串,
或者在找不到角色或获取数据失败时返回错误消息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |