agent_update
Update an agent's name or metadata, and manage addresses by adding, updating, or removing them, all in one request.
Instructions
Update an agent's name or metadata, and/or add/update/delete an address. Use addAddress to attach a new address, updateAddress to change fields on an existing one (by addressId), deleteAddressId to remove one. Multiple field-level changes can be combined in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Agent ID | |
| name | No | Updated agent display name | |
| metadata | No | Updated metadata as key-value string pairs | |
| addAddress | No | Attach a new postal address to this agent. | |
| updateAddress | No | Update fields on an existing address. Pass addressId + the fields to change. | |
| deleteAddressId | No | ID of an address to remove from this agent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||