You're viewing a demo portfolio

Join the waitlist
PRSM

ic_admin_reject_ownership

Active

Tool of Immersive Commons

declared in 1.31.0

Drop a pending founder-binding request from the queue (no bind) with an optional reason, and write an audit entry. Args: { id, reason? }. Returns { ok, id, slug? }. Required scope: admin:ownership_review.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "maxLength": 120,
      "minLength": 1,
      "description": "The pending ownership request id to reject."
    },
    "reason": {
      "type": "string",
      "maxLength": 400,
      "description": "Optional moderator note, recorded in the audit log."
    }
  }
}

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 →