You're viewing a demo portfolio

Join the waitlist
PRSM

ic_headsets_admin_force_return

Active

Tool of Immersive Commons

declared in 1.31.0

Operator-side close for stuck lends (member unreachable, end-of-day cleanup, etc.). Releases the per-member NX lock so the borrower can lend again. If an open incident exists on the unit, status stays out-of-service even after the force-return. Notes are appended (not overwritten) with operator attribution + reason. Args: { lend_id, reason }. Returns: { ok, message, unit_status }. Required scope: admin:headsets_review.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "lend_id",
    "reason"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "maxLength": 600,
      "minLength": 1
    },
    "lend_id": {
      "type": "string",
      "maxLength": 80,
      "minLength": 1
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →