tinytales_get_order tinytales:read
Load one print order, including status and tracking when the printer has provided it. The order must belong to the signed-in customer.
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.
Order id from tinytales_list_orders.
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.
{
"order_id": "16fd2706-8baf-433b-82eb-8c7fada847da"
}
{
"ok": true,
"summary": "Order is in production."
}