firestarter_status
Check Firestarter execution status, list recent runs, and get environment (test/live) plus account details. Use it to monitor orders, confirm sandbox mode, or identify the active user.
Instructions
Check the status of a Firestarter execution or list recent executions, and report the current ENVIRONMENT (test vs live) plus the ACCOUNT the configured API key belongs to (user + organization). Use this to check on orders, see what options were found, get tracking updates, confirm whether you are in test/sandbox mode, or answer 'which account/user am I operating as?' (call it with no arguments for the environment + account summary). Firestarter DOES have a test mode: an fs_test_… API key runs every purchase through a fully simulated sandbox (mock payment, shipping, and tracking — no real money moves and no real seller is contacted); an fs_live_… key is real. The mode is fixed by the configured API key, not a per-call option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | No | Specific execution ID to check (e.g. 'exec_abc123'). Omit to list recent executions. | |
| status_filter | No | Filter executions by status: finding, awaiting_approval, approved, paid, shipping, completed, failed, cancelled |