You're viewing a demo portfolio

Join the waitlist
PRSM

ic_admin_agent_client_revoke

Active

Tool of Immersive Commons

declared in 1.31.0

Revoke an integration and flag its AUTONOMOUS actions for recipient re-confirmation (DESIGN §9 — interactive actions are NOT flagged, each had per-call approval). Revokes every linked bearer token so the integration is dead immediately, snapshots prior state for one-step revert (DESIGN §18), and returns how many autonomous actions were flagged + tokens revoked. Operator-only (admin:agent_clients + live operator re-check). Idempotent. Args: { client_id: string (cli_<base32>), reason: string }. Returns: { ok, actions_flagged, tokens_revoked }. Required scope: admin:agent_clients.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "client_id",
    "reason"
  ],
  "properties": {
    "reason": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Why the integration is being revoked — recorded on the client record + rollback snapshot."
    },
    "client_id": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1,
      "description": "The cli_<base32> id from ic_admin_agent_client_list."
    }
  }
}

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