speak_quiet
Convert text to speech at a low volume using Windows TTS MCP Server, enabling discreet audio playback for private or quiet environments.
Instructions
텍스트를 작은 볼륨으로 읽어줍니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "speak_quietArguments",
"type": "object"
}