blog_delete
blog_delete
Delete one of the caller's own blog posts, by id or title. Refuses posts written by anyone else, and refuses an ambiguous title rather than guessing. Irreversible, so confirm with the user first
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Blog — Microblogging with AI-generated daily digests, federated over ActivityPub.
Arguments
| Name | Type | What it is |
|---|---|---|
id | string | The post's id, as given by blog_list |
title | string | The post's title, or enough of it to be unambiguous. An ambiguous title is refused rather than guessed — deleting the wrong post is not recoverable |
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":{},"name":"blog_delete"}}Try it in the playground.


