MTG Chinese Card Database - 大学院废墟(sbwsz.com)

hzls

活字乱刷(使用卡牌图像拼接句子),将输入的文本使用魔法卡牌图像拼接成图片

Remote lieyanqzu/sbwsz-mcp

Other tools also called hzls? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "with_link": {
      "type": "boolean",
      "description": "是否包含链接水印 (默认 true)"
    },
    "cut_full_image": {
      "type": "boolean",
      "description": "是否使用卡牌完整图像 (默认 true)"
    },
    "target_sentence": {
      "type": "string",
      "description": "要拼接的目标句子/文本"
    }
  }
}