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

FieldTypeRequiredDescription
agentstringYesAgent hostname or UUID (from list_agents)
typestring (cellular | ethernet | smartphone)NoAgent 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on