as_gradle_tasks
List Gradle tasks available in an Android project, including build status and options for all tasks or timeout.
Instructions
List the Gradle tasks available in a project.
Args: params (GradleTasksInput): project_dir, all_tasks (bool), timeout.
Returns: str: JSON with the raw 'tasks' output and the parsed build status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |