as_report_health
Aggregate installation status, SDK packages, devices, and AVDs into a markdown report to assess Android development environment health, optionally including project metadata.
Instructions
Produce a comprehensive markdown health report of the dev environment.
Aggregates installation/runtime status, SDK package count, connected devices, configured AVDs and (optionally) a project's metadata into one report.
Args: params (HealthInput): optional project_dir.
Returns: str: JSON with a 'markdown' report plus the underlying structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |