Swarm
contract_monitor_subscribe
Subscribe to 30-day continuous monitoring of up to 10 EVM contract addresses. Fires webhook alerts on admin key movement, liquidity drops, claim condition changes, or new critical Slither findings.
Remote hobiecunningham/agentic-swarm-marketplace
Other tools also called contract_monitor_subscribe?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"addresses": {
"type": "array",
"items": {
"type": "string"
},
"title": "Addresses",
"description": "Up to 10 contract addresses"
},
"thresholds": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Thresholds",
"default": null,
"description": "Optional thresholds object"
},
"webhookUrl": {
"type": "string",
"title": "Webhookurl",
"description": "HTTPS webhook URL"
},
"durationDays": {
"type": "integer",
"title": "Durationdays",
"default": 30
}
}
}