tinytales_create_book tinytales:write
Create an empty draft coloring book for the signed-in customer. Add photos next with tinytales_upload_book_photo. This does not start generation or charge a card.
The signed-in customer must have approved tinytales:write. Calls stay inside that account.
The tool creates or updates records in the signed-in account.
The change can be removed later with a delete tool, or it only adds data.
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 call can create another record or spend quota again.
Book title, up to 60 characters. A default title is used when omitted.
Optional description, up to 500 characters.
Optional age group. Omit to use the account default.
Optional coloring style. Omit to use the style for the age group.
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.
{
"title": "Sunday at the lake"
}
{
"ok": true,
"summary": "Created draft book “Sunday at the lake”."
}