blog_read

blog_read

Read one blog post in full, by id or by title. Use after blog_list has found a candidate and the summary is not enough

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

NameTypeWhat it is
idstringThe post's id, as given by blog_list
titlestringThe post's title, or enough of it to be unambiguous — use this when you have a name rather than an id

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_read"}}

Try it in the playground.