reply_current_app_review
Reply to a specific app review as the official app identity, with risk-graded content requiring explicit approval for sensitive replies.
Instructions
PREREQUISITE: An app MUST be selected first. Reply to a specific review as the official app identity. CRITICAL: Always make sure the user has reviewed and approved the reply content before calling this tool. The server applies risk grading: LOW can be sent directly, MEDIUM/HIGH usually return a draft and need explicit follow-up confirmation. Only set confirm_high_risk=true after the user explicitly approves sending the risky draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contents | Yes | Official reply content to send. | |
| review_id | Yes | Target review ID to reply to. | |
| reply_comment_id | No | Optional comment ID if replying to a specific review reply. | |
| confirm_high_risk | No | Only set to true after the user explicitly confirms sending a MEDIUM/HIGH risk draft. |