tinytales_get_image_preview_url tinytales:read
Return a short-lived HTTPS URL for a completed coloring page after checking the caller can view it. The URL expires in 15 minutes. The tool does not put image bytes in the model context.
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.
Completed image id.
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.
Time-limited preview URL.
Unix expiry time in seconds.
{
"image_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
{
"ok": true,
"summary": "Preview URL expires in 15 minutes.",
"signed_url": "https://tinytaleslab.com/api/mcp/assets?image_id=3fa85f64-5717-4562-b3fc-2c963f66afa6"
}