get_clarification
Retrieve pending clarification questions and agent-suggested answers for a goal to review and decide on next steps.
Instructions
Get pending clarification questions for a goal with agent-suggested answers.
Use this after create_goal with auto_respond=false. Returns the list of clarification questions along with what the agent suggested for each one, including confidence levels and reasoning.
Review the suggestions, then use submit_clarification to accept or override them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | The goal ID returned from create_goal |