ai_execute_goal
Delegate a natural-language goal to an AI agent that autonomously operates your Android device, executing UI actions and returning a step log.
Instructions
Delegate a natural-language goal to the server-side AI agent, which runs its own observe-think-act loop on the device and returns a step log. Needs OPENAI_API_KEY (or LLM_API_KEY / OPENAI_BASE_URL / LLM_MODEL). Prefer the primitive tools (get_screen_elements + tap + input_text) unless the user explicitly asks to delegate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| max_steps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |