submit_clarification
Submit answers to clarification questions to trigger plan generation. Override agent-suggested answers by providing your own.
Instructions
Submit answers to clarification questions and trigger plan generation.
Use after create_goal with auto_respond=false. Provide your own answers for questions you want to override. Set accept_agent_answers=true (default) to keep the agent's suggestions for all questions you did not explicitly answer.
After submission, the plan generates asynchronously. Use get_goal_status to check when planGenerationStatus changes to "completed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | No | Your answers keyed by question ID. Only include questions you want to override. | |
| goal_id | Yes | The goal ID from create_goal | |
| accept_agent_answers | No | Accept agent-suggested answers for questions not in your answers. |