You're viewing a demo portfolio

Join the waitlist
PRSM

alerts_create_watch

Active

Tool of Japan Public Ledgers MCP

declared in 0.1.0

Create a saved watch: when a NEW matching event appears in a ledger, a notification is pushed to your destination. Filters: ledger (optional), keyword and/or entity (case-insensitive title substring). At least one filter is required. Backfill never fires.

Parameters schema

{
  "type": "object",
  "required": [
    "destinationType",
    "destinationTarget"
  ],
  "properties": {
    "entity": {
      "type": "string",
      "description": "Additional case-insensitive substring (e.g. company name)"
    },
    "ledger": {
      "type": "string",
      "description": "Ledger key, e.g. 'sanction' (omit for all ledgers)"
    },
    "keyword": {
      "type": "string",
      "description": "Case-insensitive substring of the item title"
    },
    "destinationType": {
      "enum": [
        "discord",
        "slack",
        "teams",
        "webhook",
        "email",
        "kintone",
        "spreadsheet"
      ],
      "type": "string"
    },
    "destinationTarget": {
      "type": "string",
      "description": "Webhook URL / relay endpoint / email address"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Japan Public Ledgers MCP

1/7 registries
View full server →
alerts_create_watch — Japan Public Ledgers MCP — PRSM MCP