human_ear_tool
Analyze and interpret environmental sounds, identify specific audio sources, and transcribe conversations by leveraging human auditory capabilities within the human-mcp server. Submit instructions to receive detailed audio insights.
Instructions
人間が耳を使って音を聞き、状況を説明します。
例:
- 周囲の環境音の確認
- 特定の音源の識別
- 会話の聞き取り
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instruction | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instruction": {
"title": "Instruction",
"type": "string"
}
},
"required": [
"instruction"
],
"title": "human_ear_toolArguments",
"type": "object"
}