get_alert_delivery_plan
Guide the host AI through user-approved scheduling and phone/desktop notification setup. Does not create a schedule or push subscription.
Set up AI notifications
Guide the host AI through user-approved scheduling and phone/desktop notification setup. Does not create a schedule or push subscription.
Permission and calling convention
Required scope: chain:read. This tool reads data or account-owned state.
This tool does not sign or broadcast a transaction. Check errors, source timestamps and explicit unavailable fields before using the result.
POST /api/tools/get_alert_delivery_plan
Authorization: Bearer <ULTRON_ACCESS_KEY>
Content-Type: application/jsonInput schema
Inputs are validated against this current schema. Use exact values from live source results rather than substituting a ticker for a contract or a different chain.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"client": {
"default": "other",
"type": "string",
"enum": [
"claude",
"codex",
"chatgpt",
"other"
]
}
},
"required": [
"client"
],
"additionalProperties": false
}