list_resources

List resources (SIMs, web agents, smartphones) for test execution and test creation.

List resources (SIMs, web agents, smartphones) for test execution and test creation.

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
availablebooleanNoFilter by online/available status (default: true). Set to false to include offline resources.
configuredbooleanNoFilter by configured status (default: true). Configured means: SIM has national_msisdn, agent has hostname, smartphone has props.
detailbooleanNoReturn full JSON instead of compact summaries (default: false)
productstringYesProduct slug (required, format: operator~product)
typestring (sim | web-agent | smartphone)NoResource type filter: sim, web-agent, smartphone (omit for all three)

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "product": "string"
}

Description

Returns compact summaries by default; use detail=true for full JSON. List resources (SIMs, web agents, smartphones) for test execution and test creation. Resource identifiers become action owners: SIM→national_msisdn, web agent→hostname, smartphone→UUID. Defaults to online/available and configured resources. To list installable apps on a specific smartphone, use get_smartphone_apps instead.

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