Notify Agent
notify_agentWake a named agent by sending a notification with title, message, optional priority and tags. Use full agent address to ensure reliable delivery.
Instructions
Wake a named agent through the server-side notification route. Prefer the target agent's full identity address (localpart@domain); bare localpart remains compatible for legacy single-domain deployments. The server owns topics and credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Target agent full address preferred (e.g. qa-bot@example.com); bare localpart (e.g. qa-bot) for legacy single-domain | |
| tags | No | Optional ntfy tags | |
| level | No | urgent, normal (default), or low | |
| title | Yes | Short notification title | |
| message | Yes | Notification body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | Yes | ||
| title | Yes | ||
| target | Yes |