You're viewing a demo portfolio

Join the waitlist
PRSM

ic_headsets_get_my_lend

Active

Tool of Immersive Commons

declared in 1.31.0

Returns the calling user's currently-active PICO lend, or null if they have none. Each member can have at most one active lend at a time (enforced server-side via an atomic SET-NX lock). Use this to answer 'am I currently borrowing a headset?'. Args: none. Returns: { lend: LendRecord | null }. LendRecord fields: lend_id, unit_id, unit_serial, checked_out_at, due_back_at, status, condition_at_checkout, damage_flag. PII fields (email/telegram) are stripped on the MCP path. Required scope: headsets:read.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {}
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Immersive Commons

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

1/7 registries
View full server →