Flag Application for Panel Discussion
k4g_flag_for_reviewFlag an application for panel review by setting its status to 'flagged_for_discussion' and adding a reviewer note, ensuring complex cases get the second opinion they need.
Instructions
Mark an application as 'flagged_for_discussion' and attach a reviewer note explaining why.
This changes the application's review_status - it is not read-only. Use it when an application needs a second opinion or a full-panel discussion rather than a solo decision.
Args:
id (string): application ID
reviewer (string): who is flagging it
note (string): reason for flagging
Returns the updated application record as JSON.
Error Handling:
Returns "Error: no application found with ID ''" if the ID doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Application ID to flag, e.g. 'K4G-2026-058'. | |
| note | Yes | Why this application should get panel discussion or a second look. | |
| reviewer | Yes | Name of the person adding this flag/note. |