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