Get Agent Info
get_agent_infoInvestigate agent issues by retrieving live thread states, active services, environment variables, and socket details.
Instructions
Get detailed agent runtime information: thread list with states and active services, environment variables, and socket connections. Thread list shows live thread states (unlike thread dump which captures stack traces). Use for deep agent-level investigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_hash | Yes | Target agent object hash (from get_system_overview) | |
| include_env | No | Include JVM environment variables and system properties | |
| include_sockets | No | Include network socket connections | |
| include_threads | No | Include thread list with states and active services |