get_agent
Get detailed information about a single agent, including slots (cellular/smartphone) or capacity (ethernet).
Get detailed information about a single agent, including slots (cellular/smartphone) or capacity (ethernet).
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
agent | string | Yes | Agent hostname or UUID (from list_agents) |
type | string (cellular | ethernet | smartphone) | No | Agent type. Only needed to narrow the lookup; a hostname resolves its own type. |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"agent": "string"
}
Description
Cellular agents show SIM card slots with IMEI and attached SIM status.
Smartphone agents show connected phones with USB paths and status.
Ethernet agents show capacity (max parallel tests).
Identify the agent with either of its identifiers — the hostname list_agents shows, or its UUID.
Related
What's next?
Last updated on