集客→診断→発信 一括実行
run_full_audit1回の呼び出しで HORIZON SHIELD の集客→診断→注意喚起→発信を一気通貫で回す司令塔。work(と任意の quoted_price)を渡すと、内部で intake(KIRA適正診断)・scan_tactics(検証済み手口+一次ソース)・draft_broadcast(発信下書き+被リンク)を順に実行し、結果を1つに束ねて返す。価格は検証可能な一次データのみ。発信は下書きで自動投稿しない。 / One-call orchestrator returning audit + tactics + broadcast draft. Verifiable first-party prices only. Drafts only, no auto-posting. USE WHEN: the caller wants all three steps (audit, tactics, broadcast draft) for one named work item in a single call and will act on the combined result. DO NOT USE WHEN: only one step is needed. Call intake_estimate for a verdict on a specific quote, scan_tactics for the documented overcharge tactics, or draft_broadcast for publishable text. If the request is still a free-form question with no work item, call ask first. This tool never posts anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work | Yes | 工事名やキーワード(日本語)。例: 外壁塗装, トイレ, シロアリ | |
| quoted_price | No | (任意)業者提示の金額(円)。あればKIRA適正診断も実行する。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the flow ran. | |
| flow | No | The fixed step order that was executed. | |
| work | No | The work item the flow was run for. | |
| steps | No | One entry per step: intake, scan_tactics, draft_broadcast. A step may be skipped or fail without failing the flow. | |
| notice | No | Standing caveat: first-party prices only, drafts only, no auto-posting. | |
| source | No | Which server produced this. | |
| message | No | Reason when ok is false. |