alerts_create_watch
ActiveTool of Japan Public Ledgers MCP
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Japan Public Ledgers MCP
1/7 registries