update_reading_goal
Modify an existing reading goal by adjusting the target number of books and optionally updating current progress to track reading achievements.
Instructions
Update reading goal.
Args: goal_id: The ID of the reading goal value: The target number of books for the goal progress: The current progress (number of books read, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | ||
| value | Yes | ||
| progress | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |