You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_notification_remove_addresses

Active

Tool of Fuse Network

declared in 0.1.0

Remove EVM addresses from a webhook's listening scope. Requires `FUSEBOX_SECRET_API_KEY`.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "webhookId",
    "addresses"
  ],
  "properties": {
    "addresses": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "description": "EVM addresses to stop monitoring."
    },
    "webhookId": {
      "type": "string",
      "description": "ID of the webhook to modify."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fuse Network

1/7 registries
View full server →
fuse_notification_remove_addresses — Fuse Network — PRSM MCP