You're viewing a demo portfolio

Join the waitlist
PRSM

apiosk_update_wallet

Active

Tool of Apiosk

declared in 1.3.0

Update wallet label, status, display metadata, or spending limits.

Parameters schema

{
  "type": "object",
  "required": [
    "wallet_id"
  ],
  "properties": {
    "icon": {
      "type": "string"
    },
    "color": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "status": {
      "enum": [
        "active",
        "paused",
        "revoked"
      ],
      "type": "string"
    },
    "wallet_id": {
      "type": "string"
    },
    "daily_limit_usdc": {
      "type": "number"
    },
    "per_tx_limit_usdc": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Apiosk

https://github.com/obcraft/apiosk-mcp

1/7 registries
View full server →
apiosk_update_wallet — Apiosk — PRSM MCP