add_note
Add an observation or context note to a package, visible to the facility operator and renter. Use for recording decisions or agent reasoning.
Instructions
Add an observation or context note to a package. Notes are visible to the facility operator and the renter. Use for recording decisions, observations, or agent reasoning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note text (e.g. "Appears to be the replacement GPU from RMA #4521"). | |
| metadata | No | Optional structured metadata attached to the note (e.g. { "rma_number": "4521", "vendor": "NVIDIA" }). | |
| package_id | Yes | UUID of the package to annotate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Created package note record. |