notify_send
notify_send
Interrupt yourself on your own devices — a phone, a laptop — with the page closed. For the thing that cannot wait until the next time somebody looks. An answer to a question belongs in the thread it was asked in, not here
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Notify — Receive push notifications.
Arguments
| Name | Type | What it is |
|---|---|---|
title* | string | The line on the lock screen. Short — this is the whole message on a watch |
body | string | A second line, up to about 300 characters. Optional |
url | string | Where tapping it goes, e.g. /inbox. A notification you cannot act on trains someone to ignore the next one |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"title":"title"},"name":"notify_send"}}Try it in the playground.
