add_job_note
Append a note to a specific job card in the workshop database. Use this to record remarks, updates, or observations without changing job status, parts, or pricing.
Instructions
Add a note to a job card.
The only tool here that changes anything. It is narrow on purpose: it can append a note and nothing else. It cannot alter a job's status, its parts or its price - those are decisions that need a person.
Args: job_card: The job card ID to attach the note to. note: The text of the note. author: Who the note is from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| author | No | Workshop assistant | |
| job_card | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||