get_artifact_info
Retrieve detailed artifact set information from Wuthering Waves in Markdown format. Enter the Chinese name of an artifact set to get comprehensive details about its properties and effects.
Instructions
获取库街区上的声骸详细信息并以 Markdown 格式返回。
Args:
artifact_name: 要查询的声骸套装的中文名称。
Returns:
包含声骸信息的 Markdown 字符串,
或者在找不到声骸或获取数据失败时返回错误消息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"artifact_name": {
"title": "Artifact Name",
"type": "string"
}
},
"required": [
"artifact_name"
],
"type": "object"
}