Draw hero sheets
tegas_draw_heroesPAID. Draw hero sheets for the brief items chosen by index (from tegas_find_heroes, up to 3).
Cost = price_each_tokens x number of items; pass price_each_tokens from tegas_find_heroes to
avoid recomputing the brief. With confirm=false (default) nothing is drawn: the tool returns
needs_confirmation=true and the price - show it to the user and ask for consent. Only after an
explicit "yes" call again with confirm=true. Drawn sheets are attached to the scenario and used
automatically by tegas_start_video with the same scenario_id. The result carries idempotency_key:
if the call times out or fails with a network error, retry with the same idempotency_key - never
start twice without it. On insufficient_tokens ask the user to top up; on no_active_plan ask them
to activate a plan in the cabinet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| confirm | No | ||
| scenario_id | Yes | ||
| idempotency_key | No | ||
| price_each_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||