tinytales_get_print_quote tinytales:read
Ask the print partner for a shipping quote for the signed-in customer. This does not place a print job or charge a card. Call tinytales_create_checkout when the person is ready to pay.
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.
Recipient name.
Street address line 1.
Street address line 2.
City.
State or region code.
Postal code.
Two-letter country code.
Optional phone number for the carrier.
Copy count. Defaults to 1.
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.
{
"name": "Ada Lovelace",
"street1": "1 Book St",
"city": "Brooklyn",
"state_code": "NY",
"postcode": "11201",
"country_code": "US",
"quantity": 1
}
{
"ok": true,
"summary": "Shipping quote is ready. Payment still happens in the browser."
}