human_mouth_tool
Generate human speech by passing text input to a human actor. Utilizes the human-mcp server to enable AI assistants to produce audible responses.
Instructions
人間が口を使って指定された言葉を発話します。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
utterance | Yes |
Input Schema (JSON Schema)
{
"properties": {
"utterance": {
"title": "Utterance",
"type": "string"
}
},
"required": [
"utterance"
],
"title": "human_mouth_toolArguments",
"type": "object"
}