get_my_context
Retrieve campaign context for your current step, including goal, task, upstream output previews, and notes. Upstream outputs are summarized to keep responses compact; fetch full details when needed.
Instructions
Get campaign context for the step you're executing.
Upstream outputs are returned as previews (head + tail + total
char count) so the context bundle stays small. Call
read_step_output(<id>) when you need the full body of a specific
upstream output.
Args:
step_id: Your step ID. Inferred from $SORTIE_STEP_ID if unset.
Returns: Campaign goal, your task, upstream output previews, notes.
Next: Do your work, then call complete_step(summary) or
fail_step(error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||