Usage, write
Set limits
Change the caps that pause reading. Send only the ones that change. A spend limit is always on and cannot be zero; a blip limit is off when it is null.
write
MCP
Tool nameset_limits
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "set_limits",
"arguments": {}
}
}Input
daily_spend_usdnumber
Dollars a day, up to two decimals. Never off.
monthly_spend_usdnumber
Dollars a calendar month, at least the daily one. Never off.
daily_blipsnull | integer
Posts read a day. Null turns this one off.
monthly_blipsnull | integer
Posts read a calendar month, at least the daily one. Null turns this one off.
Returns
The four caps as saved, with what is used under each.