Add Task Review
add_task_reviewAdd a review/rating for a completed task. Rate the operator's work quality. This is separate from approve/reject — it records feedback. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your API key (m2m_...) | |
| rating | Yes | Rating 1-5 (1=poor, 5=excellent) | |
| taskId | Yes | Task ID to review | |
| comment | No | Optional comment about the work | |
| tagsJson | No | Optional tags as JSON string | |
| qualityScore | No | Optional quality score 1-5 | |
| professionalismScore | No | Optional professionalism score 1-5 |