cursor_followup
Send a follow-up prompt to a Cursor agent after its previous run ends, starting a new run whose run_id you then poll for results. Poll status first to avoid busy errors.
Instructions
Send a follow-up prompt to an agent. Starts a NEW run — the returned run_id is what you poll with cursor_status (the old run_id is stale).
Only call when the previous run is terminal; a follow-up during an active run fails with "agent is busy" — poll cursor_status first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| agent_id | Yes |