create_course_review
Add user reviews to courses by submitting ratings, titles, and feedback text to collect valuable student perspectives.
Instructions
Create a course review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The course ID | |
| user_id | Yes | The user ID leaving the review | |
| rating | Yes | Rating from 1 to 5 | |
| title | No | Review title | |
| review_text | No | Review body text |