agy_ask
Ask Antigravity CLI to review plans or answer questions in read-only mode. Continue prior conversations by passing a session ID or adopt an existing CLI conversation.
Instructions
Ask agy (Antigravity CLI) a question or for a second opinion. Read-only: agy runs in --mode plan and cannot edit files. Pass session_id to continue a prior conversation with full context; omit it to start a new one. Alternatively pass conversation_id to adopt an existing agy CLI conversation (e.g. one you started in your own terminal) that this server didn't create — note this only works for agy CLI conversations, not Antigravity IDE ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The question or prompt to send to agy | |
| workspace | No | Directory to run agy in when starting a new session (defaults to cwd) | |
| session_id | No | Existing session id to continue, omit to start a new session | |
| conversation_id | No | Adopt an existing agy CLI conversation UUID instead of starting a new one. Ignored if session_id is set. |