You're viewing a demo portfolio

Join the waitlist
PRSM

ic_headsets_attest_member

Active

Tool of Immersive Commons

declared in 1.31.0

Sign off (attest) another ic-member so they can check out a PICO unit. Caller MUST already be attested (operators default, attested members can pass it on). Idempotent — re-attesting refreshes the timestamps. Args: { subject_user_id: string, notes?: string }. Returns: { ok, record }. Required scope: headsets:lend.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "subject_user_id"
  ],
  "properties": {
    "notes": {
      "type": "string",
      "maxLength": 600,
      "description": "Optional context for the audit trail."
    },
    "subject_user_id": {
      "type": "string",
      "maxLength": 128,
      "minLength": 1,
      "description": "Clerk user_id of the member being signed off."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Immersive Commons

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

1/7 registries
View full server →
ic_headsets_attest_member — Immersive Commons — PRSM MCP