java_status
Inspect local Java processes and application/build status. Retrieve compact launch/restart details and bounded log tails for verifying current runtime state.
Instructions
Discover local Java processes, inspect a compact application/build overview with status, or request current launch/restart details with status and details=true. Use logs with source=application (default) or source=build for log text. status omits build-log text and detailed launch/restart results. It includes only a Fast Test summary; read test details with java_fast_test(action='result', test_run_id=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include JVM arguments; slower and more verbose. | |
| tail | No | Lines from the selected application/build log tail. Returns truncation and scan metadata. | |
| action | Yes | status returns a compact overview; use details=true for launch/restart details; logs reads a bounded log tail. | |
| filter | No | Optional case-insensitive process filter. | |
| source | No | For logs: application output (default), or the current project launch's build log. | application |
| details | No | For status: include current launch/restart diagnostics, configuration and detailed results. Does not rerun work; use logs for log text. |