human_hand_tool
Leverage human capabilities to perform physical tasks by sending instructions via the MCP server. Ideal for AI assistants needing human intervention for hands-on operations.
Instructions
人間が手を使って簡単な物理的操作を実行します。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instruction | Yes |
Input Schema (JSON Schema)
{
"properties": {
"instruction": {
"title": "Instruction",
"type": "string"
}
},
"required": [
"instruction"
],
"title": "human_hand_toolArguments",
"type": "object"
}