create_standing_order
Monitor a geographic area for changes: define a question and bounding box, and receive alerts only when the answer changes. See projected monthly token cost before committing.
Instructions
Put an area under CONTINUOUS watch: save a question plus a bounding box and Delta re-answers it on a schedule, notifying only when the answer actually changed. Creating one is FREE. Each time it fires it runs ask_analyst and is metered like any Analyst question, so the cost is per CHANGE, not per check: a deterministic pass over the corpus decides whether anything new crossed the reporting bar, and quiet periods never invoke the model or charge anything. Returns projected_monthly_tokens_max — the ceiling if every single check fired — so the cost is visible before committing. Cadence and how many orders you may hold are set by your plan; the error says which limit you hit. Use it when the question is "tell me when this changes" rather than "what is happening right now".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | Area to watch, [west, south, east, north] in WGS84. Required — a global standing order would fire on everything. | |
| name | No | Label for the order (default "Standing order"). | |
| cadence | No | How often to CHECK (checking is free; only a fired check costs tokens). Default weekly. Faster cadences may require a higher plan. | |
| question | No | The question to re-answer each time something changes. Omit for "what changed in this area, and what does it mean?". | |
| categories | No | Restrict the watch to these Delta categories (kinetic, armed_conflict, maritime, natural_disaster, infrastructure, aviation, humanitarian, protest, diplomacy). | |
| notify_email | No | Email the result when it fires (default true). Results are readable via list_standing_orders either way. | |
| min_new_events | No | How many new qualifying events must appear before a run is triggered (default 1). | |
| min_geoint_score | No | Reporting bar (0-10, default 6). Raise it to be told only about major developments. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | Yes | ||
| summary | No | One-line natural-language summary of the result, ready to relay to a user. | |
| projected_monthly_tokens_max | No |