clio_update_medical_record
Update a medical record in Clio by routing the change through the project-bound connector, with idempotency and approval safeguards for safe writes.
Instructions
Clio connector operation update_medical_record (platform tool clio.update_medical_record).
Routes only through the exact project/account governed connector authority.
Args: arguments: JSON string of arguments for the connector operation. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| arguments | No | {} | |
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |