as_logs_ide
Fetch the last lines of the Android Studio log. Optionally filter by severity level (e.g., ERROR or WARN) to diagnose issues quickly.
Instructions
Return the tail of Android Studio's idea.log (optionally filtered by level).
Args: params (LogTailInput): lines, level (optional 'ERROR'/'WARN').
Returns: str: JSON with 'log' (text) and the source path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |