agent_webhook_create
ActiveTool of Japan Public Ledgers MCP
declared in 0.1.0
Create a webhook endpoint that relays requests to your agent
Parameters schema
{
"type": "object",
"required": [
"deliveryMode"
],
"properties": {
"agentId": {
"type": "string"
},
"pushUrl": {
"type": "string"
},
"ttlSeconds": {
"type": "integer",
"default": 86400
},
"description": {
"type": "string"
},
"deliveryMode": {
"enum": [
"poll",
"http_push",
"sse"
],
"type": "string"
},
"transformRules": {
"type": "object"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Japan Public Ledgers MCP
1/7 registries