list_agents
List agents (infrastructure) for an operator with health and capacity summary.
List agents (infrastructure) for an operator with health and capacity summary.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | Return full JSON (default: false) |
operator | string | Yes | Operator slug |
type | string (cellular | ethernet | smartphone) | No | Filter by agent type: cellular, ethernet, smartphone. Omit for all three. |
zone | string | No | Filter by zone |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string"
}
Description
Agents are the hardware/software that runs resources — operator-scoped, not product-scoped.
Three types: cellular (GSM gateways with SIM slots), ethernet (standalone web agents), smartphone (phone hubs).
Returns a capacity summary header showing total online capacity for concurrent tests.
Use get_agent for detail with slots. Use list_resources for product-scoped device info.
Related
What's next?
Last updated on