You're viewing a demo portfolio

Join the waitlist
PRSM

ic_agent_inbox_unblock

Active

Tool of Immersive Commons

declared in 1.31.0

Remove an entry from YOUR inbox blocklist. Specify EXACTLY ONE of operator / member / client, matching the original block target. Idempotent (removing an entry that isn't present is a no-op success). The owner is always you (the token's member_id). Args: { operator?: string, member?: string, client?: string }. Returns: { ok, blocklist, changed }. Required scope: agent:inbox:write.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "client": {
      "type": "string",
      "maxLength": 128,
      "description": "Unblock by agent_client client_id."
    },
    "member": {
      "type": "string",
      "maxLength": 128,
      "description": "Unblock by member_id."
    },
    "operator": {
      "type": "string",
      "maxLength": 128,
      "description": "Unblock by operator_human."
    }
  }
}

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 →
ic_agent_inbox_unblock — Immersive Commons — PRSM MCP