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

NameTypeWhat it is
title*stringThe line on the lock screen. Short — this is the whole message on a watch
bodystringA second line, up to about 300 characters. Optional
urlstringWhere 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.