tinytales_publish_book tinytales:write
Publish a ready book so collaborators can order their own copy. Publishing freezes the book for further photo edits and cannot be undone from this tool. The owner must call this. It does not charge a card.
The signed-in customer must have approved tinytales:write. Calls stay inside that account.
The tool changes the book from ready to published.
Publishing freezes photo edits. There is no unpublish tool. Calling it again after the book is published has no extra effect.
This tool only reads or changes the signed-in TinyTales account. It does not post to the public internet or to other people’s services.
Repeating the same call does not stack a second effect.
Book id returned by tinytales_list_books or tinytales_create_book.
json returns structured data. markdown returns the same data as a short readable summary. Defaults to json.
True when the underlying TinyTales route accepted the call.
One-line result for the model to read.
Present when ok is false. Names the failed state and the next tool to call.
{
"book_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7"
}
{
"ok": true,
"summary": "Book published. Photo edits are now frozen."
}