tinytales_import_google_photos tinytales:write
Import photos the caller already picked in a TinyTales Google Photos session into a draft book. If Google Photos is not connected, stop and send the person to https://tinytaleslab.com/app/account. This tool does not open Google’s consent screen.
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 id returned by tinytales_list_books or tinytales_create_book.
Picker session id created in the TinyTales app after the person chooses photos.
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",
"session_id": "picker-session"
}
{
"ok": true,
"summary": "Imported the picked photos into the book."
}