You're viewing a demo portfolio

Join the waitlist
PRSM

ic_request_tier

Active

Tool of Immersive Commons

declared in 1.31.0

Submit a self-declared tier request for the calling user. An IC operator reviews and approves on /floor10/admin/members. Re-posting overwrites the prior pending request. Idempotent. Args: { tier: 'ft-member'|'ai-floor'|'ic-member', note?: string }. Returns: { ok, current_tier, requested_tier, submitted_at }. Required scope: membership:write.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "tier"
  ],
  "properties": {
    "note": {
      "type": "string",
      "maxLength": 600,
      "description": "Optional context for the operator (e.g. why this ring fits)."
    },
    "tier": {
      "enum": [
        "ft-member",
        "ai-floor",
        "ic-member"
      ],
      "type": "string",
      "description": "The ring you want to claim. 'operator' is not self-requestable — it's operator-assigned only."
    }
  }
}

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 →