tinytales_list_images tinytales:read
List generated coloring images for the signed-in customer. Printable image listing stays locked until the first paid order or a complimentary-access flag, matching the Images tab.
The signed-in customer must have approved tinytales:read. Calls stay inside that account.
The tool only loads data that already belongs to the signed-in account.
The tool does not delete, overwrite, publish, or send anything.
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.
Optional status: pending, processing, completed, or failed.
Page size from 1 to 50. Defaults to 20.
Opaque cursor from the previous page.
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.
True when another page exists.
Cursor for the next page.
Total images matching the filter.
{
"status": "completed",
"limit": 20
}
{
"ok": true,
"summary": "4 completed images.",
"has_more": false,
"total_count": 4
}