Update signal status
signal_status_updateMove a signal to a new review status by id or external URL, with multi-hop transitions resolved server-side for operator triage.
Instructions
Move a signal to a new review status (multi-hop paths like new->approved are resolved server-side). Use for operator-requested triage, e.g. archiving stale signals. Look up by id or external_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Signal id (from signals_get). | |
| status | Yes | Target status. | |
| platform | No | Platform slug for external_url lookup. Defaults to this agent's platform. | |
| external_url | No | Alternative lookup by the signal's canonical URL. |