summon_hero
Call specific hero personas like 'Fans Girl' or 'Warm-Hearted Sister' for collaboration and intelligent problem-solving on the MCP server '聚义厅MCP'.
Instructions
从聚义厅召唤指定的英雄角色
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | 英雄名称,如:粉丝妹、小布丁、暖心姐姐、拆解大师等 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": {
"description": "英雄名称,如:粉丝妹、小布丁、暖心姐姐、拆解大师等",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}