update_finding_status
Update the status of an audit finding to Open or Closed, enabling direct management of audit findings in the database without writing SQL.
Instructions
監査指摘のステータスを更新する。
【重要】これはデータベースを変更する書き込み操作です。
実行前に必ずユーザーに確認を取ってください。
どの指摘を、どのステータスに変更するかを明示し、
ユーザーの明確な同意を得てから実行すること。
Args:
finding_id: 更新対象の指摘ID
new_status: 新しいステータス("Open" または "Closed" のみ)
Returns:
成功時: 更新後の指摘情報
失敗時: error キーを含む辞書
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| finding_id | Yes | ||
| new_status | Yes |