as_project_list_recent
Retrieve a list of recently opened Android Studio projects. Specify a limit to control how many projects are returned.
Instructions
List recently opened projects from Android Studio's config.
Args: params (RecentInput): limit.
Returns: str: JSON with 'recent' (list of project paths). Empty if none recorded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |