get_hand_state
Retrieves hand tracking data including joint positions, gestures, pinch strength, and tracking confidence for XR applications.
Instructions
Gets the current state of tracked hands including joint positions, detected gestures, pinch strength, and tracking confidence. Returns detailed hand pose data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hand | No | Which hand(s) to query | Both |
| coordinateSpace | No | Coordinate space for position data | World |
| includeGestures | No | Include detected gesture information | |
| includeVelocity | No | Include hand velocity data | |
| includeJointPositions | No | Include all joint world positions | |
| includeJointRotations | No | Include joint rotation quaternions |