send_spark_to_antigravity_task
Creates a structured task envelope with objective, context, and step-by-step actions for Antigravity IDE to execute, providing a clear task brief for guided implementation.
Instructions
Sends a crystal-clear, structured task brief from Gemini Spark to Antigravity IDE. Automatically generates a formatted markdown instruction envelope with Task ID, objectives, context, step-by-step actions, and reporting instructions.
Parameters: objective: Clear 1-2 sentence primary goal. context: Optional background, architectural details, or file paths. required_actions: Optional ordered list of specific steps (e.g. ["write tests", "run pytest", "fix bugs"]). conversation_id: Target Antigravity conversation UUID (if None, targets most recent active). working_dir: Target working folder on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| context | No | ||
| objective | Yes | ||
| working_dir | No | ||
| conversation_id | No | ||
| required_actions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |