asset_operations
Manage asset lifecycle states: check out assets to users, locations, or other assets, check them back in, audit, and restore soft-deleted items.
Instructions
Perform state operations on assets (checkout, checkin, audit, restore).
Operations:
checkout: Check out an asset to a user, location, or another asset
checkin: Check in an asset back to inventory
audit: Mark an asset as audited
restore: Restore a soft-deleted asset
Returns: dict: Result of the operation including success status and data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform on the asset | |
| asset_id | Yes | Asset ID | |
| audit_data | No | Audit details (optional for audit action) | |
| checkin_data | No | Checkin details (optional for checkin action) | |
| checkout_data | No | Checkout details (required for checkout action) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||