ic_headsets_admin_mark_oos
ActiveTool of Immersive Commons
Operator pulls a unit from rotation. Refuses if the unit is currently lent (force-return first). Appends to the unit's notes with a date stamp + reason. Args: { unit_id, reason }. Returns: { ok, message }. Required scope: admin:headsets_review.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"unit_id",
"reason"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 600,
"minLength": 1
},
"unit_id": {
"type": "string",
"maxLength": 16,
"minLength": 1
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries