Documentation Index
Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt
Use this file to discover all available pages before exploring further.
Tenant database. Required when using a Zitadel JWT.
Tool spec
Tool spec
"ecommerce"
"Look up an order by its ID. Returns status, line items, shipping address, and tracking links if available."
"def run(args, context):\n return get_order(args['order_id'])"
http, python "http"
"lookup_order"
["orders", "ecommerce"]Created