ic_headsets_attest_member
ActiveTool of Immersive Commons
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries